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:
Than I realize I can do it like this:
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??
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));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??