Ooops. Sorry.  Now I see what you are getting at.
 
Try this.
 
formatFunction="Application.Formatting.FormatAccordingToType(value, 'datetime')"
 
 
Jeff

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan O'Keefe
Sent: Monday, December 06, 2004 4:34 PM
To: [email protected]
Subject: Re: [plum] Formatting

That is the way I ended up doing it, but as I am working with PLUM, every time I do something, I try to see if there is an easier built in framework kind of way to do it, and according to the VTM for that tag, I can call these methods.
 
Thanks,
 
Dan
----- Original Message -----
Sent: Monday, December 06, 2004 4:27 PM
Subject: RE: [plum] Formatting

Hi Dan,
 
 
I think you want something like formatFunction="DateFormat([value],'mm/dd/yyyy')"  for example.
 
Jeff
 
 
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan O'Keefe
Sent: Monday, December 06, 2004 3:14 PM
To: [email protected]
Subject: [Norton AntiSpam] [plum] Formatting

Is this the correct syntax to apply the formatting called from the formatting.cfc component?
 
 <cf_DisplayColumnInList
    column="d_created"
    table="tblPage"
    label="Created"
    type="datetime"
    formatFunction="FormatAccordingToType"
    align="Left">
 
I get a weird result which is displayed below:

Dan

Reply via email to