Hi ,
I am using iggrid to display data. Date time which is stored in database is in UTC date. but there is no offset information is stored. when i fetch the data and display to user datetime should get converts automatically to the browser timezone from which user is accessing the screen. but i have a problem here is utc date is getting converting twice to UTC while diplaying. before binding the data to grid if i check my model datetimekind specififed is UTC. still conversion is happening twice. could anyone help me on this to solve.
Thanks,
Shwetha
Hello Shwetha,
Please provide me a working sample. I can't tell you what's the problem just from your explanation.
Regards,
Tsanna
Hi,
Please find the attached sample example.
here datetime are displaying in the format which I have given in the datasource. but I need the datetime should be displayed as per browser time.
I have applied dateDisplayType: "local" and enableUTCDates : false, settings.
thanks,
ShwethaigGridDisplayDatesinLocalTimezone.zip