Question
Date Issue
I am not sure is this the right forum. Anyway...
I am from New Zealand, in here we use DD/MM/YYYY. I notice when i try to write a date string to a database using either the createODBCDateTime or the cfqueryparam with cfsqltype = cf_sql_timestamp, there is very small chance (very randomly) that the output end up in MM/DD/YYYY.
For example.
1/4/2009 will become 4 Jan 2009, but
1/2/2009 will become 1 Feb 2009,
This doesn't every time.
Anyone know what is the cause of it? and the solution?
I am from New Zealand, in here we use DD/MM/YYYY. I notice when i try to write a date string to a database using either the createODBCDateTime or the cfqueryparam with cfsqltype = cf_sql_timestamp, there is very small chance (very randomly) that the output end up in MM/DD/YYYY.
For example.
1/4/2009 will become 4 Jan 2009, but
1/2/2009 will become 1 Feb 2009,
This doesn't every time.
Anyone know what is the cause of it? and the solution?
