Merge remote branch 'origin/master'
This commit is contained in:
commit
809e602f89
@ -986,7 +986,7 @@ $(function() {
|
||||
stepMinutes: 1,
|
||||
stepHours: 1,
|
||||
<?php echo ($field['pma_type'] == 'date' ? "showTime: false,":"showTime: true,"); ?>
|
||||
dateFormat: 'yy-mm-dd',
|
||||
dateFormat: 'yy-mm-dd', // yy means year with four digits
|
||||
altTimeField: '',
|
||||
constrainInput: false
|
||||
});
|
||||
|
||||
@ -219,7 +219,7 @@ $(function() {
|
||||
stepMinutes: 1,
|
||||
stepHours: 1,
|
||||
<?php echo ($type == 'date' ? "showTime: false,":"showTime: true,"); ?>
|
||||
dateFormat: 'yy-mm-dd',
|
||||
dateFormat: 'yy-mm-dd', // yy means year with four digits
|
||||
altTimeField: '',
|
||||
constrainInput: false
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user