Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Time Class

    I need to display a Time input on a DynamicForm but I need it to get (as defaultValue for example) the actual timestamp (something like a now() function?) ...how can this be done? I have researched the documentation but have no clue.... thanks in advance

    #2
    Use "new Date()" to get an instance of the JavaScript built-in Date type that reflects the current time and has methods like getHours(), etc.

    Comment

    Working...
    X