Click here to Skip to main content
16,015,594 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello sir ,
i want a universal time in asp.net with C#.
Posted
Comments
Sergey Alexandrovich Kryukov 7-Mar-12 1:10am    
This is not a question. If you want it, do it.
--SA

May it help you..
DateTime currentTime = DateTime.UtcNow;
        TextBox1.Text = currentTime.ToString()
 
Share this answer
 
v3
Since you failed to provide details on your problem, all I can give you is this[^] link. There are 2,120,000 results from that search query, you might find what you need there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900