Gee! So it takes the US date, and converts it to European. Man, that's stupid.
Thanks for the help guys, at least I know it wasn't me! Now to see if the calculations will work. According to Cold Fusion: 01/15/2008 is an invalid date or time string. Should be fun! Rick -----Original Message----- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: March-11-08 5:41 PM To: CF-Talk Subject: Re: cfcalendar Try changing the format of your dates... <cfset startdate="#dateformat(currdate, 'yyyy-mm-dd')#"> <cfset enddate="#dateformat(currdate, 'yyyy-mm-dd')#"> <cfset selectdate="#dateformat(currdate, 'yyyy-mm-dd')#"> It strikes me that mm-dd-yyyy is an illogical way to write a date, but that's just me being provocative ;) Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301032 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

