Page 1 of 1

Date function

Posted: Sun May 23, 2010 10:34 pm
by raju4u
Hi All,

My source is csc file and i am getting one coloumn is date field and want to load the date field in to the table.Can anyone tell me what function i need to use.
Date format :MM-DD-YY

Thanks in advance..

Posted: Sun May 23, 2010 10:37 pm
by chulett
Define it as a string and then use StringToDate() with the proper format mask.