From c4c1fcfa00930edda3b982bc6464469d19af9482 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 18 Jun 2015 18:27:07 +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 51b5d84d..63c2f933 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1390,7 +1390,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { value.length && !isNaN(value * 1) ){ - value = new Date(value * 24 * 60 * 60 * 1000 + new Date('1900-01-01').getTime()); + value = new Date(value * 24 * 60 * 60 * 1000 + new Date('1900-01-01').getTime()).format('d-M-Y'); } } catch(e) { -- 2.39.2