[10:27]<mho> does anybody have ah codesnippet, where i can see how to use the Date Object? [10:35]<zumbrunn> mho, which method do you have trouble with? [10:36]<zumbrunn> regarding the format strings: http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html [10:37]<zumbrunn> note that some methods are part of the optional ./modules/core/Date.js [10:37]<mho> thx, the problem is solved, i forgotten to set the name attribute(year, month) from the formular... so the req.data.month didn't exist ;) [10:37]<zumbrunn> ok :-) [10:38]<mho> i need hollidays ;) [11:53]<leobm> hi [11:54]<p3k> @zumbrunn: are you there? [11:54]<leobm> where do I set logSql ? is this the right property ? [12:05]<p3k> ok, just wanted to deposit here that in the docs erroneously is made a global function but it actually belongs to the HopObject prototype: http://helma.zumbrunn.net/reference/#onCodeUpdate [12:05]<p3k> cu [12:30]<mho> is it possible that i add a propertie to app.properties on onStart() ? [12:40]<mho> i got it... app.data. ... [13:32]<zumbrunn> leobm, it's logSQL, not logSql (actually, I don't know whether it's really case sensitive) [13:33]<zumbrunn> app.properties or server.properties, if the docs are right [13:33]<zumbrunn> http://helma.org/docs/guide/properties/listall/