converting to a jquery UI based datepicker.

This commit is contained in:
Naomi Aro 2013-08-16 15:12:00 -04:00
parent 7230b3ef58
commit 9b45b9dc72
7 changed files with 2197 additions and 64 deletions

View file

@ -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();