maybe you want to use the setLocale() function on the pages where you
want to show the date in dd/mm/yyyy format.

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functa80.htm

dateFormat() itself is handy for giving you various date mask options
(e.g. "mmmm dd, yyyy" or "mm d yy" or "mm/dd/yyyy", etc)...but i don't
think its true purpose is to format the date to meet the standard of
other locales.

also see the docs for the lsDateFormat() function at

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functa28.htm

note that it uses setLocale() in the code example.

On 10/31/06, Richard White <[EMAIL PROTECTED]> wrote:
> can i ask how other people get around the dateformat, or any suggesstions on 
> how i can get around it, as i am finding more and more that the dateformat 
> function just doesnt work. it switches between formatting my dates from 
> dd/mm/yyyy and mm/dd/yyyy even though i specify a format of dd/mm/yyyy
>
> i would really appreciate any help as i am a bit stuck and alot of my 
> application is based around dates
>
> thanks very much for any help
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:258565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to