J
|
Jane 4/23/2008 |
Hi, |
S
|
seaninsjca author 4/23/2008 |
If I set the field to View as "Time" I get 4:23:2008 AM (the date is 4/23/2008) Hi, please make sure you've selected correct formats for these fields on the "View as" settings dialog on the Visual Editor tab. |
![]() |
Sergey Kornilov admin 4/23/2008 |
Try "View as" type Custom and the following code: |
S
|
seaninsjca author 4/23/2008 |
You are completely AWESOME!!! Thanks... I should have posted this 3 days ago and I'd still have hair left. Try "View as" type Custom and the following code: strValue = FormatDateTime(CDate(strValue),3) More info: http://www.w3schools.com/VBscript/func_formatdatetime.asp |