Unfortunately there are many different formtool attributes for controlling the date format. If you look in /farcry/core/packages/formtools/datetime.cfc you will see them at the top in cfproperty tags. They should also be shown in the automated documentation (http://docs.farcrycore.org/p600/)
They are: ftJQDateFormatMask ftCFDateFormatMask ftDateFormatMask ftDateMask ftTimeMask I typically set all of them for any date field so I can be sure it will display as I would like. Only the ftJQDateFormatMask has a different formatting structure. The others use the CF Date/Time date masks. The ftJQDateFormatMask uses the date/time masking from jQuery UI. You can find that documented on their site. -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
