Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

SmartGWT 3.1 + IE DateUtil issue

$
0
0
Hi,

Isomorphic SmartClient/SmartGWT Framework (v8.3p_2013-06-26/PowerEdition Deployment 2013-06-26) - Initialization Complete

I'm using a function like that to get the date portion from a java date object on client side:

Code:


DateUtil.parseInput(DateUtil.formatAsShortDate(isGunu));

Than I realize I can do it like this:

Code:


DateUtil.getLogicalDateOnly(isGunu);


Both working fine with 3.0. But When I try in 3.1, I see that behavior change via browser.

Firefox get a date like 2013/07/19 00.00.00, which is expected,
but IE gives a date like 2013/07/19 12.00.00.


is this some sort of a bug so am I missing something??

Viewing all articles
Browse latest Browse all 4756

Trending Articles