Phil,


Worked well. Thank you and Larry for the useful suggestions.


Robert O.

-----Original Message-----
From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 1:44 PM
To: CF-Talk
Subject: RE: date convert

first make it into a date that CF can understand

CreateDate(left(VoteDate, 4), Mid(VoteDate, 5, 2), Right(VoteDate, 2))

Then you can use DateFormat() on this

-----Original Message-----
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 1:16 PM
To: CF-Talk
Subject: date convert

How can I convert this date: 20031028 into a month, day, year format
with the dateformat command?
I tried: #dateformat((votedate),"mmm dd, yyyy")#, but it does not
display anything.
Thanks in advance.

Robert O.
HWW

  _____  

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to