Skip to content

is there a way to process fields as date? #37

@zaverden

Description

@zaverden

I have JSON with fiels of dates (in string format)

[{ "start": "2022-08-09T11:00:32.255Z", "end": "2022-08-09T15:38:00.000Z" }]

in result I want to get duration. something like duration: end.asDate() - start.asDate()

I found that API allows me to write custom methods. but I mostly use jora as part of discovery, and it does not allow to set custom functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions