Author: lfryc(a)redhat.com
Date: 2011-01-20 06:51:40 -0500 (Thu, 20 Jan 2011)
New Revision: 21110
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/resources/script/clientTime-refresh.js
Log:
clientTime-refresh.js changed to print human readable dates
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/resources/script/clientTime-refresh.js
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/resources/script/clientTime-refresh.js 2011-01-20
10:39:36 UTC (rev 21109)
+++
modules/tests/metamer/trunk/application/src/main/webapp/resources/script/clientTime-refresh.js 2011-01-20
11:51:40 UTC (rev 21110)
@@ -9,6 +9,6 @@
Metamer.ClientTime.refresh = function (element) {
var now = new Date();
jQuery(element)
- .text(now.format("dd.mm.yyyy HH:MM:ss.l", false))
+ .text(now.format("HH:MM:ss.l", false))
.attr("title", now.getTime());
}
\ No newline at end of file