On Tuesday 01 April 2003 02:47 pm, Jon Haworth wrote:
> Hi Siva,
>
> > checkdate function verifies whether the date is valid or
> > not by taking month, day and year as arguments.
> > The problem is when someone enters a three digit year by
> > mistake (200 instead of 2003), this function does not
Hi Siva,
> checkdate function verifies whether the date is valid or
> not by taking month, day and year as arguments.
> The problem is when someone enters a three digit year by
> mistake (200 instead of 2003), this function does not catch it.
Yes, I've been bitten by this as well :-)
> We are se
checkdate function verifies whether the date is valid or not by taking month,
day and year as arguments.
The problem is when someone enters a three digit year by mistake (200 instead
of 2003), this function does not catch it. We are separating the year part
from the string and validating sep
3 matches
Mail list logo