$(document).ready(function()
{
	$('.regularinput').datepicker({
	  dateFormat: 'dd/mm/yy', 
	  showOn: 'both', 
	  buttonImageOnly: true,
	  firstDay: 1,
	  changeMonth: true,
	  changeYear: true,
	  numberOfMonths: 1,
	  inline: true,
	  buttonImage: '/sf/sf_admin/images/date.png'
	 });
});
