>>Value="#DateFormat(CreateODBCDate(Form.Start_Date), "mmm d, yyyy")#"
If CreateODBCDate recognizes Form.Start_Date as a valid date, just because you are lucky, then CreateODBCDate is your solution. But, as soon as you do have an ODBC date, why the heck reformat it as a string? Just use Value=#CreateODBCDate(Form.Start_Date)# then. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248194 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

