There are some provisions in HTML5 for this sort of thing. So, for example, I have a field called send_date and if I use HTML5's type attribute on the element, the browser (Chrome for example) will render a date-selector. The value is stored as something like 2013-12-01
<$edit-text field="send_date" tag="input" type="date"> There are other input types for date and time available<http://www.w3schools.com/html/html5_form_input_types.asp>, besides "date". -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

