Current section

Files

Jump to
zotonic_mod_base priv lib js modules z.datepicker.js
Raw

priv/lib/js/modules/z.datepicker.js

$.ui.datepicker.defaults = {
dateFormat: 'yy-mm-dd',
changeYear: true,
changeMonth: true,
yearRange: 'c-100:+10',
showAnim: 'fadeIn',
firstDay: 1
};