Hi all,
Its all about the same problem Datefield.
i have a simple form,added a DateField item to it.init the vale as:
datetime = new DateField("Date & Time", DateField.DATE_TIME);
Date date = new Date();
datetime.setDate(date);
when i run it on the device...
the out put Date from this DateField is
GMT+5:00
but the actual time in my mobile set is GMT+5:30
what is the reason for +30min diff???
i saw some early post they say its not properly implemented...it retruns GMT but in my case its GMT+5:300
Can any one pls give us some best solutions
it works fine on sony mobiles...
Thanks in advance..

Reply With Quote



