Hi,
I am working on Timezone support, as part of this i want to achieve wherever we are displaying date time information we need to convert to local timezone.(ex: browser which user is accessing my site). Data stored in the database is in UTC date but we are not storing timezone info in the database. i want to convert this date to local timezone. how can i achieve this. can anyone please help me
Thanks,
Shwetha onkarappa
Hello Shwetha onkarappa,
Here's how to use Ignite UI controls in different timezones - https://www.igniteui.com/help/using-igniteui-controls-in-different-time-zones
Topic on date handling for date editor - https://www.igniteui.com/help/igdateeditor-migrating-date-handling-in-17-1
Topic on date handling for grid - https://www.igniteui.com/help/migrating-enableutcdates-option-in-17-1
Regards,
Deyan Kamburov,
Infragistics
Hi Deyan,
Could you please provide me a sample example, where we have data in UTC at server side and while displaying to user it should get converted according to the local time zone
problem here i have is my data source does not contain the information about which timezone the datetime data is stored... using browser info control should convert the date to local time.
Hello,
Is it an issue for you to send your sample for investigations?
Are you using Ignite UI with MVC wrappers or is it pure jQuery?