Skip to main content
Participant
May 9, 2008
Question

cfgridcolumn mask

  • May 9, 2008
  • 2 replies
  • 1137 views
I am trying to use the cfgridcolumn for a date field and the documentation states that I should be able to use the mask to arrange the output. I have tried using EEEE D MMM YYYY L:NN:S A but i still receive the default format. Any tricks or tips to get this to work? Thanks.
    This topic has been closed for replies.

    2 replies

    Inspiring
    July 29, 2008
    Hi,

    You must set the "type" attribute of your <cfgridcolumn> tag as "date", without doing that you can't achieve the mask validation.
    July 28, 2008
    Did you get a resolution for this? I am having the same problem.