Hi there ... 
I have a form which has a field for entering a date. Now the date has to be in European format, but I can't figure out how to tell ColdFusion that the date is European when I submit the form to the database.
I'm using CFINSERT/CFUPDATE, and as far as I can tell, ColdFusion assumes the dates are in mm/dd/yyyy format ... unless it can't translate it (for example, 23/07/2004), in which case it takes a guess that this was meant to be European! Is there any way to explicitly tell ColdFusion that it is dealing with European dates when posting the dates to a database (I'm using Access by the way, but I'm pretty sure that the translation is down to ColdFusion).
I have a form which has a field for entering a date. Now the date has to be in European format, but I can't figure out how to tell ColdFusion that the date is European when I submit the form to the database.
I'm using CFINSERT/CFUPDATE, and as far as I can tell, ColdFusion assumes the dates are in mm/dd/yyyy format ... unless it can't translate it (for example, 23/07/2004), in which case it takes a guess that this was meant to be European! Is there any way to explicitly tell ColdFusion that it is dealing with European dates when posting the dates to a database (I'm using Access by the way, but I'm pretty sure that the translation is down to ColdFusion).