MySqlCommand
In punchin_time (DataType Datetime) value is stored as 2011-09-05 22:11:20 (Time is 10.11 PM)
When i enter date through Orange CRM value is stored in same column as 2011-09-05 18:41:00 (Time is 10.11 PM) . In which format it is storimg time in Orange CRM . What i have to do in C# so that it should also display in the same format.
Thanks