Well...
In ASP.NET Web Application.... made a mistake of storing all date and time fields with the server date and time. And the server located in US time zone...
Now, as I approaching this application to be a SaaS service, the date and time has to be shown to the local time zone of the logged in user and in local format (dd/mm/yy or mm/dd/yy)
I am storing the time zone for the each user and now, I want to display the Date and Time in local time zone from the Server Time Zone and in Local format (either the dd/mm/yy or mm/dd/yy).
Is there anyway I can achieve it with LLBLGen Classes without rewriting the entire presentation layer?
Thanks in advance.
PS: Using Telerik Controls for presentation layer and LLBLGen's Adapter for DAL