Update DateTime Parsing to handle the Common Javascript Date.toString format
Description
While this format is not reliable because it is implementation dependent, it has been common for developers to pass the string output of a Javascript date to a form input and expect it to be parsed.
Example:
Mask:
Also add a shortcut named format for this: dateTimeFormat( now(), "javascript" )
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
While this format is not reliable because it is implementation dependent, it has been common for developers to pass the string output of a Javascript date to a form input and expect it to be parsed.
Example:
Mask:
Also add a shortcut named format for this:
dateTimeFormat( now(), "javascript" )