Tweak JS to allow multiple date formats
This commit is contained in:
@@ -118,7 +118,7 @@ $(document).ready(function(){
|
||||
changeYear: true,
|
||||
changeMonth: true,
|
||||
yearRange: '-0:+5',
|
||||
constrainInput: true,
|
||||
constrainInput: false,
|
||||
dateFormat: 'yy-mm-dd',
|
||||
onSelect: function(dateText, inst) {
|
||||
this.value = dateText + ' 23:59';
|
||||
|
Reference in New Issue
Block a user