Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Andrew Price #1
isEuroDate UDF
Hi there,
does anyone know a udf for
isEuroDate
as im working in uk and the dates are different to the US date
dd/mm/yyyy
and i need a quick and easy way to check if it is valid ?
any ideas ?
Andrew
Andrew Price Guest
-
jorgepino #2
Re: isEuroDate UDF
you may want to use
isvalid(type,value)
isvalid(eurodate,yourdate)
jorgepino Guest



Reply With Quote

