-
Notifications
You must be signed in to change notification settings - Fork 0
Helpers and Transforms
Adam Kendis edited this page Mar 18, 2020
·
1 revision
- Html
input
withtype="date"
provide a date format of 'YYYY-MM-DD' - Display format for dates is 'MM/DD/YYYY'
- Reformats date string from 'MM/DD/YYYY' to 'YYYY-MM-DD'
- Reformats date string from 'YYYY-MM-DD' to 'MM/DD/YYYY'
- Serializes a time string 'MM:ss' into an integer (time in seconds)
- Deserializes an integer (time in seconds) into a time string 'MM:ss'