my localhost time format following indian time.ie, todays date is 19-10-2010 and selected datetime.now showing the same date.But my system host at server which showing one day back ie,18-10-2010.How to convert time into standard format.In my project selecting a date from calendar and the corresponding textbox showing the date like
txtDate.Text = clsSystem.GetDate(Convert.ToDateTime(DateTime.Now.ToShortDateString()));
how to convert this in to standard format which when i upload in the server shows the same as local host
Thanks in Advance