##// END OF EJS Templates
fix time format to international time format...
Olivier Verdier -
Show More
@@ -127,7 +127,7 b' var IPython = (function (IPython) {'
127 127
128 128 SaveWidget.prototype.set_last_saved = function () {
129 129 var d = new Date();
130 this.set_save_status('Last saved: '+d.format('mmm dd h:MM TT'));
130 this.set_save_status('Last saved: '+d.format('mmm dd HH:MM'));
131 131 };
132 132
133 133
General Comments 0
You need to be logged in to leave comments. Login now