converting to a jquery UI based datepicker.
This commit is contained in:
parent
7230b3ef58
commit
9b45b9dc72
7 changed files with 2197 additions and 64 deletions
|
@ -220,11 +220,13 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
$hisDialogEl.dialog({
|
||||
title: $.i18n._("Edit History Record"),
|
||||
modal: true,
|
||||
modal: false,
|
||||
open: function( event, ui ) {
|
||||
$hisDialogEl.find('.date').datetimepicker({
|
||||
"pick12HourFormat": false
|
||||
});
|
||||
$hisDialogEl.find('.datepicker').datetimepicker({
|
||||
dateFormat: 'yy-mm-dd',
|
||||
timeFormat: 'HH:mm:ss'
|
||||
})
|
||||
.blur();
|
||||
},
|
||||
close: function() {
|
||||
removeHistoryDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue