How do I display the Local DateTime in your control? Razor renders everything on the Server but I need to display DateTime values in the context of the Browser's TimeZone. Couple of scenarios:
- I want to pull the DateTime value from the browser using JavaScript and display it in your Browser.
- I have a UTC DateTime value stored in the database but when displaying that value I need it to display in the TimeZone of the browser.
- I have a DateTime with the Offset stored in the database. How do I display that value in the TimeZone of the broswer.
Is there some type of event that I can tie in to that could be used to call an Action on my Controller similar to your other (Grid, Hierarchy) controls that would supply the TimeZone information?