|
mmoore0319 -> Date Format Help Needed (4/25/2008 14:45:06)
|
Hello, How can I take a general number field and convert it to date format mm/dd/yy? Example data that is pulled from csv file into database is 42108. The current command used, <%=FP_FieldVal(fp_rs,"InvoiceDate")%>, produces the same output but I want it in the above mentioned format. Using <%=FormatDateTime(FP_FieldVal(fp_rs,"InvoiceDate")%> converts the date into some odd date not even close to the original. Any help would be appreciated. Thanks!
|
|
|
|