MooTools DatePicker


This is HTML and JAVASCRIPT code for Date & Time picker, its working very nicely and also very easy to implement. Here is code for index.html page. you need to download datepicker.zip file from the sidebar(Source code) of this blog’s.


<script>
	window.addEvent('domready', function(){
		new Picker.Date($$('input'), {
			timePicker: true,
			positionOffset: {x: 5, y: 0},
			pickerClass: 'datepicker_dashboard',
			useFadeInOut: !Browser.ie
		});
	});

	</script>

<body>
	<h1>Full Date and TimePicker</h1>

	<p>
		Inputs:<br>
		<input type="text" value="02/08/1991 11:05AM">
	</p>

	<p>
		Empty default value:<br>
		<input type="text">
	</p>

</body>

Here is the Image view of Date and Time picker.

Date picker

Moo Tool Date picker

Time picker

Moo Tool Time picker

Thanks.

About these ads

8 thoughts on “MooTools DatePicker

  1. Amazing things here. I am very glad to peer your post. Thank you a lot and I am looking ahead to contact you. Will you kindly drop me a e-mail?

  2. I like the helpful information you provide in your articles. I will bookmark your weblog and check again here regularly. I am quite sure I will learn a lot of new stuff right here! Best of luck for the next!

  3. Only once the parrson knlt r blog. I will return in the near future.I had bookmark it :)

  4. I have been browsing online greater than 3 hours lately, but I by no means found any attention-grabbing article like yours. It is pretty worth sufficient for me. In my opinion, if all website owners and bloggers made excellent content as you probably did, the net shall be much more helpful than ever before.

  5. Your site provides a fresh look on the subjects you choosed. Your posts are like gem! Many thanks for offering us such a fine place.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s