From 5a104e659ee010beddad62cb38ccf3ae5669d42d Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 18 Jun 2015 18:36:59 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 63c2f933..377e63c2 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1390,6 +1390,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { value.length && !isNaN(value * 1) ){ + Roo.log(value); value = new Date(value * 24 * 60 * 60 * 1000 + new Date('1900-01-01').getTime()).format('d-M-Y'); } -- 2.39.2