DataObjects/Core_notify_recur.php
[Pman.Core] / Pman.Gnumeric.js
index 815ce3d..5ebfd30 100644 (file)
@@ -1390,15 +1390,13 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
                         !isNaN(value * 1) && 
                         value != 0
                     ){
-                        value = new Date(value * 24 * 60 * 60 * 1000 + new Date('1900-01-01').getTime()).format('d-M-Y');
+                        value = new Date(value * 24 * 60 * 60 * 1000 + new Date('1899-12-30').getTime()).format('d-M-Y');
                     }
                     
                 } catch(e) {
                     
                 }
                 
-                
-                
                 out+=String.format('<td colspan="{0}" rowspan="{1}"  class="{4}"><div style="{3}">{2}</div></td>', 
                     g.colspan, g.rowspan, value,
                     'overflow:hidden;' +