Instructions: Type something that should be treated as time,
e.g. 1pm, then leave the text box.
The time you entered should be correctly "understood".
Tip: For some ideas on what type of time formats are accepted, click "help?"
About: What is this all about?
This is a demo of a javascript that parses time-like strings into javascript Date
objects,
in order to make data entry more human-friendly.
The script is a port of Simon Willison's Magic Date parser script.
For more tech info check this blog posting.