What is it?
At some time in a webform you have to capture date and time together with timezone. This YUI3 module is to help you in progressively enhance "date-time form input" to popup (calendar and slider based) UI to input date and time with TimeZone.
How to Use?
<script src="http://yui.yahooapis.com/3.7.3/build/yui/yui-min.js"></script> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?gallery-2012.12.12-21-11/build/gallery-datetime-input/assets/gallery-datetime-input/gallery-datetime-input-core.css"> <script> YUI({ gallery: 'gallery-2012.12.12-21-11' }).use('gallery-datetime-input', function (Y) { new Y.DateTimeInput({ inputBox:"#datetime-input" }); }); </script>
