Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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