Skip to main content

datepicker

May 6, 2011 by tedz.tm

tedz.tm's picture

Mohon pencerahan untuk script datepicker JQuery ... saya masih kebingungan bagaimana cara mengaplikasikan dan file apa saja yang diperlukan. thx

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Library yg dbutuhkan: jQuery

May 8, 2011 by joedy, 1 day 10 hours ago
Comment: 8130

joedy's picture

Library yg dbutuhkan: jQuery dan jQuery UI

<script>
	$(function() {
		$( ".datepicker" ).datepicker();
	});
</script>
Date: <input type="text" class="datepicker">

Lebih jelasnya baca disini

Happy codding ;)

Premium Drupal Themes by Adaptivethemes