Skip to content

Create utils for datetime-local with Date #76

@bjuppa

Description

@bjuppa

When using <input type="datetime-local"> it's quite common to go straight from and to JS Date. We could provide some utils to help:

  • datetimeLocalToInstant(timezone: string)(datetimeLocal: string): Date
  • instantToDatetimeLocal(timezone: string)(instant: Date): string

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions