This content has been marked as final.
Show 4 replies
-
1. Re: cfcalendar date formatting
Hydrowizard Apr 24, 2008 6:42 AM (in response to kodemonki)It is correct if you live in the US- use lsdateformat() to make it european. HTHs -
2. Re: cfcalendar date formatting
kodemonki Apr 24, 2008 6:54 AM (in response to kodemonki)I know it's correct, I'm trying to figure out how to parse it, as dateFormat() doesn't seem to work.
In the meantime, I'm using Ray Camden's calendar ( http://www.coldfusionjedi.com/index.cfm/2005/8/31/ColdFusion-101-Building-a-Calendar) -
3. Re: cfcalendar date formatting
Hydrowizard Apr 24, 2008 7:05 AM (in response to kodemonki)dateformat is only for outputting your dates to the public-have a look at createodbcdate() createdate() -
4. Re: cfcalendar date formatting
Hydrowizard Apr 24, 2008 7:11 AM (in response to Hydrowizard)Check out this code it works-I had to set the locale
