Re: DateTimeFormat

2003-01-27 Thread Frank Mamone
unfortunately CF 4.5 thanks. - Original Message - From: <"Roberson>; ; > To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 4:23 PM Subject: RE: DateTimeFormat > You could write a function to return the correct string in one s

RE: DateTimeFormat

2003-01-27 Thread Jeff.Roberson
ge- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 4:17 PM To: CF-Talk Subject: RE: DateTimeFormat Not in one shot but you can do something like: -- Sam -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 1:10 PM To

RE: DateTimeFormat

2003-01-27 Thread Sam Roach
Not in one shot but you can do something like: -- Sam -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 1:10 PM To: CF-Talk Subject: DateTimeFormat Hi, I looked at all the functions but can't seem to find a CF function that formats

Re: DateTimeFormat

2003-01-27 Thread Scott Weikert
You'll need to do #DateFormat(var)# #TimeFormat(var)#, but you can use the same variable - the functions are smart enough to extract the date and time info accordingly. At 04:09 PM 1/27/2003 -0500, you wrote: >Or do I have to parse out the date and time and do it separately? ~~~

DateTimeFormat

2003-01-27 Thread Frank Mamone
Hi, I looked at all the functions but can't seem to find a CF function that formats date and time in one shot. Can I change the output of Now() directly into this format : 2003-01-27 14:54:29 Or do I have to parse out the date and time and do it separately? Looking for a shortcut:) Thanks ~~