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