Hi all..
GMT - Greenwich Mean Time.
UTC - Universal Time Coordinated.
How to develop a webpage so that User can see different timezones of different countries ??
Or.. User can select a particular country and see its time.
Eg -
Time of India and Australia are different.
When it is 7pm in India, it is 12am at Australia.
Also...How to show a watch - Circle or Rectangle shape on screen (12hrs and 24hrs) clock ??
The watch should have numbers from 1 to 12 in round way... and hour-hand, minute-hand, second-hand.
Please guide.
Loading
Riddhi ValechaPosted Apr 6, 2015, 7:34 AM
I need GMT and UTC time for all the countries... on the globe....
I have already tried doing this using cultureinfo class...
Please let me know if my requirement is not clear to you....
To all..
Please guide and help !!
Thanks a ton in advance !
Gowtham RajamanickamPosted Apr 6, 2015, 4:32 AM
Riddhi ValechaPosted Apr 5, 2015, 7:19 AM
I do not wish to use the JavaScripts for watch....
Is there any way to get the same output in asp.net c# ??
This is because...The web portal I am currently working on will be hosted on 5-7 different servers...
And all Java Scripts do not run / execute in the same way... I will be bound to get Scripts error...
My goal is -
To display users - time of each country - US, UK, Brazil, Australia, etc on front-page.
I have to develop a setting system -
User will be able to select Countries whose time he/she wishes to watch and time of those selected countries will be displayed to the user.
This time should be displayed on round or rectangle shaped clock and in labels...
Hence...
Please guide !!
Akhil GargPosted Apr 5, 2015, 5:18 AM
Riddhi ValechaPosted Apr 5, 2015, 5:09 AM
With hour-hand, minute-hand and second-hand ?????
Riddhi ValechaPosted Mar 29, 2015, 4:43 AM
Tried...
CultureInfo ci = new CultureInfo("en-US); - For US Timings
CultureInfo ci = new CultureInfo("de-DE); - For German Timings
------
How to get a list of all these cultures info ??
Please give some sample working code if possible..
Vithal WadjePosted Mar 28, 2015, 9:48 AM