Thanks Mikhail, works as a charm.

In Kindness


On Fri, 4 Feb 2011 22:09:54 +0300, Mikhail Edoshin <[email protected]> wrote:

>Hi John,
>
>Try to read back month, day, and year of the calculated date and see if
they match the input:
>
>Let( d =
>  Date( monthField, dayField, yearField );
>
>  /* The input is valid if the following holds */
>
>  Month( d ) = monthField and Day( d ) = dayField and Year( d ) = yearField )
>
>Kind regards,
>--
>Mikhail Edoshin
>[email protected]

Reply via email to