View difference between Paste ID: CiEQqPA7 and D02PMnmN
SHOW: | | - or go back to the newest paste.
1
<script type="text/javascript">
2
	jQuery(function($){
3
		jQuery('.datepicker').datepicker({
4-
		    firstDay: 1 // Start with Monday
4+
			buttonImage: "http://flyadriatic.co.nz/wp-content/plugins/gravityforms/images/calendar.png",
5
			dateFormat: "dd/mm/yyyy",
6
			firstDay: 1
7-
</script>`
7+
8
	});
9
</script>