The times should display in logged-in user desktop time zone

  • Thread starter Thread starter Vaj
  • Start date Start date
V

Vaj

hi,
i would be very thankful if u can help me in solving this problem.

my problem is i 've a page in that i'm displaying the creation dates of all
files. these dates are like server dates . now i've to display these
creationdates in the current logged in user desktop timezone.


thanks
 
hi,

I suppose you are about to localize your app based on the current culture
and settings. Have a look at these namespaces.

System.Globalization
System.Resources
System.Threading

you can get / set the CurrentUiCulture from the running thread to display
according to the local settings.

rgds
Joyjit
 
hi,
I've gone thr this.but my requirement is like ---
my apllication is installed in around 100 or more countries.
can i use any Request method to get the logged in user desktop time.or is
there any other way to get this.
 
Back
Top