Please help to point me in the right direction or let me exactly how to make
this function, LSParseDateTime, to work correctly on the Cobalt.
This is the code run on a Windows and Cobalt Linux.
<cfset oldLocale=SetLocale("English (UK)") >
<cfoutput>
#getlocale()#<br>
#LSParseDateTime("1/12/2002")# (day/month/year)<br>
</cfoutput>
On the windows I get the right result
English (UK)
{ts '2002-12-01 00:00:00'}
On the cobalt linux I get the wrong result.
English (UK)
{ts '2002-01-12 00:00:00'}
Is there something I have to do on the server end? If so please let me know
how.
P.V.Anthony
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.