mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added dd/mm/yyyy as an acceptable date format
This commit is contained in:
@ -1037,8 +1037,8 @@ $.datepicker.setDefaults($.datepicker.regional[Piler.piler_ui_lang]);
|
||||
});
|
||||
|
||||
|
||||
$("#date1").datepicker( {dateFormat: 'yy-mm-dd' });
|
||||
$("#date2").datepicker( {dateFormat: 'yy-mm-dd' });
|
||||
$("#date1").datepicker( {dateFormat: '<?php print JQUERY_DATE_FORMAT; ?>' });
|
||||
$("#date2").datepicker( {dateFormat: '<?php print JQUERY_DATE_FORMAT; ?>' });
|
||||
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user