Hi all,
On a form i ask the birth date.

What is the easiest way to format and check the good
format like mm-dd-yyyy

I can't see any data type i have number, integer, text only

or show me some place with example

regards,

Pierre

Re: date validation in form by Ronx

Ronx
Tue Jul 19 03:24:45 CDT 2005

One way is to use three fields to get the date, using dropdowns
preferably for the month, day and year. The resulting selections can
be validated (30 February is not valid) and concatenated into a hidden
field using JavaScript or processed by a server side script.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Pierre" <pf@arobas.net> wrote in message
news:urJeOq9iFHA.320@TK2MSFTNGP09.phx.gbl...
> Hi all,
> On a form i ask the birth date.
>
> What is the easiest way to format and check the good
> format like mm-dd-yyyy
>
> I can't see any data type i have number, integer, text only
>
> or show me some place with example
>
> regards,
>
> Pierre
>
>