gallery-datetime-input

gallery-datetime-input

This is YUI3 module to progressively enhance “date-time form input” to popup (calendar and slider based) UI to input date and time with TimeZone.

How to Use?

Its very simple to use. Just create a form and a input and use this code.


YUI().use('gallery-datetime-input',function (Y) {		
	new Y.DateTimeInput({
		inputBox:"#datetime-input"
	});
});

Demo?

You can see working Demo Here http://www.purplegene.com/static/gallery-datetime-input.html


Make a Donation