Hello,
I am using c#, Now I want to get the actual time, not form any services/network, i have these some webservices provided for thati dont want that.I want normal we have system.datetime.now means it's given what we are having in system time, but i change that system time, i want to get actual today's time.
Ex: my system time is :2012-04-13 today's date and it is normal method for
textbox.text= DateTime.Now; // it's gives 2012-04-13 , now i change my system time back/ forward that 2012-01-05 or 2012-10-06 like now i want to get that
textbox.text= here i want actual means today's date 2012-04-13
how we can get that time for this situation. Can you have any code for this
Please send that code
Thanks
Surendra