invalid date format Help
Good day everyone, I am making a Spanish version of a site where on the first line I am declaring the locale as:
<cfset locale = SetLocale("Spanish (Standard)")>
I am then doing a query to my database where I get a date which I am trying to show like this:
#LSDateFormat(st.INICIO, "mmm/dd/yyyy", locale)#
Where INICIO is the date value from the query named st of the database.
I am getting an error with the following:
08/16/09 is an invalid date format.
ANy help will be appreciated.
Sincerely,
A not so happy coder today!!!
