web-profile

jQuery datepicker dateFormat

Script depends on jQuery and jQuery UI:

jQuery(function($){
	$('.datepicker').datepicker({ dateFormat: 'dd-mm-yy' });
});

Leave a Reply

Your email address will not be published. Required fields are marked *