Hi

Not sure if its me or this is wrong but isn't LSisDate supposed
To determine if a date is valid for a specific locale?

<cfoutput>
                        original locale: #GetLocale( )#<br>
                        <cfset temp = setLocale("English (UK)") >
                        new locale:#GetLocale( )#<br>
                        <cfset dt = "01-13-2002" >
                        <cfif LSisDate(dt) >
                                                Yes "01-13-2002" is a
valid UK date
                        <cfelse>
                                                not a valid date
                        </cfif>
</cfoutput>

On my machine the above date is deemed valid?

Kola



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]


Reply via email to