> 1. DATE and Time reflect the Local
> 2. Currency Values reflect the Local
>
> The below doesnt work.
> <cfset setLocale("English (Australian)")>
> <cfoutput>#LSDateFormat(now() ,"MM-DD-YYYY - hh:MM")#</cfoutput>
well it should. since you seem to be serving your apps server by server,
just stuff setLocale() with the proper locale in each servers'
application.cfm. if you're going to format like that though, i don't think
you'll need to use LS functions. they all run off gregorian calendars
anyways.
btw thats localE.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

