Whatever message this page gives is out now! Go check it out!
LSIsDate(date [, locale])Parameter | Description |
date | A string or a variable that contains one |
locale | Locale to use instead of the locale of the page when processing the function |
<cfscript>
date="10-16-2018"
locale=getLocale()
writeOutput("Locale is: " & locale & "<br/>")
writeOutput(LSISDate(date,locale))
</cfscript>