You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/12/29 23:26:00 UTC

svn propchange: r1426848 - svn:log

Author: jleroux
Revision: 1426848
Modified property: svn:log

Modified: svn:log at Sat Dec 29 22:26:00 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Dec 29 22:26:00 2012
@@ -4,3 +4,11 @@ For instance jQuery, even with $.datepic
 So I added a new js script: date.format-1.2.3.js. It's only 4kb, I tried to compress it online, did not work, gave up.
 
 This is pretty basic, enough for the needs and can be easily extended when more is needed
+
+5 mins later:
+
+Yikes, this was pretty stupid. I completly forgot about what I thought 2 weeks ago: it's from the server I need the date-time, so I need a json service.
+Then, today, I completly forgot about it, and thought again: OK, it will consume less ressources w/out a service, if  I only use javascript. A senior moment  I guess :/
+
+I will rewrite that later, to have the real server hour...
+However, the mechanism I quickly built can still be pretty useful in some cases...