Skip to main content
Participant
February 22, 2008
Question

cfform date showing american want british

  • February 22, 2008
  • 1 reply
  • 257 views
Hi,
pc set to british
setlocale to britsh(UK)
I've created a cfform with dates and twhen I run this it shows the fields with mm/dd/yyyy
I've changed to lsdateformat but the form still persist in mm/dd/yyyy
what can I do to fixor does it only show as MM/dd/yyyy
This topic has been closed for replies.

1 reply

Inspiring
February 22, 2008
<cfoutput>#DateFormat(fieldName, "MM/dd/yyyy")#</cfoutput>

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"jonoo" <webforumsuser@macromedia.com> wrote in message
news:fpmn0m$ela$1@forums.macromedia.com...
> Hi,
> pc set to british
> setlocale to britsh(UK)
> I've created a cfform with dates and twhen I run this it shows the fields
> with
> mm/dd/yyyy
> I've changed to lsdateformat but the form still persist in mm/dd/yyyy
> what can I do to fixor does it only show as MM/dd/yyyy
>