DateFormat, and TimeFormat mask shortcuts
August 09, 2005
Did you know that there were some date/time mask shortcuts for the DateFormat, and TimeFormat functions? They were added in ColdFusion MX 6.0, and they flew under the radar for many. I have seen them in the docs when I lookup a mask, but I always forget about them. The masks are short, medium, large, and full.
For Example:
short: #DateFormat(Now(), "short")# #TimeFormat(Now(), "short")# medium: #DateFormat(Now(), "medium")# #TimeFormat(Now(), "medium")# long: #DateFormat(Now(), "long")# #TimeFormat(Now(), "long")# full: #DateFormat(Now(), "full")# #TimeFormat(Now(), "full")#
Will output:
short: 8/9/05 3:09 PM medium: Aug 9, 2005 3:09:50 PM long: August 9, 2005 3:09:50 PM EDT full: Tuesday, August 9, 2005 3:09:50 PM EDT
PS - I have added a DateFormat CheatSheet to my collection of Cheet Sheets.
Tweet
Related Entries
- Use CFSILENT - February 7, 2006
- How To Make a Tag Cloud - June 24, 2005
- Regular Expressions with ColdFusion - a Howto Guide - December 19, 2003
Trackbacks
Trackback Address: 439/9211D9224C49A992CA646FEAFF15F6E7
Comments
On 08/09/2005 at 6:21:17 PM EDT PaulH wrote:
1
i use these religously. trying to parse a custom localized datestring back to a datetime object would often be impossible otherwise.
On 08/10/2005 at 10:35:21 AM EDT forgetfoo wrote:
2
niiiiiiiiice... just learned something new today, and i just got to work :)
On 01/15/2006 at 10:50:34 PM EST Andy wrote:
3
Thanks Pete...good to know.
Post a Comment
Recent Entries
- Writing Secure CFML cfObjective 2013 Slides
- Upgrading to Java 7 on Linux
- J2EE Sessions in CF10 Uses Secure Cookies
- Learn about ColdFusion Security at cfObjective 2013
- Session Loss and Session Fixation in ColdFusion
- FuseGuard 2.3 Released
- CKEditor Spell Checker Plugin
- Adobe Says Go Ahead and Upgrade your ColdFusion JVM


add to del.icio.us



