From 57a2b735837d9014c9ea1b7a6c6e4262f0fd053b Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 18 Jun 2015 18:50:26 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 815ce3de..26ccb68e 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1390,7 +1390,7 @@ 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) { -- 2.39.2