Hi i am reading a value from a table using SqlDatareader, problem is it is always formatting the value acording to the machine date format settings.
for example the original date format in the source table is saved as yyyy/mm/dd
when i use SqlDatareader.GetValue in a machine that has date set as MM/dd/YY it is atutomatically converted to that format
is there anyway to retrive the date value with the original date formatting intact?
thanks