Query on getDayOfMonth() method
Hi,When we run the following code in one of our server side scripts we get the output as 1var gdt = new GlideDateTime("2012-8-02 06:00:00");gs.log(gdt.getDayOfMonth());Whereas when we run the following code in one of our server side scripts we get th...
