>><cfset todayDate = Now()> >><cfset ttoday = #DateFormat(todayDate, "m/dd/yy")#> >>Will months with 2 digits appear with 2 digits? IE 10/10/00? Yes...they will Heres an shorter way though: <cfset ttoday = #DateFormat(Now(), "m/dd/yy")#> No need to tie up another variable. Robert Forsyth Director of Web Operations Irides, LLC Phone: 202-364-7831 Fax: 202-364-2481 ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

