function to validate date?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • laredotornado@zipmail.com

    function to validate date?

    Hi,
    Does anyone know a predefined function (or can provide one) that
    takes three varaibles, $day, $month, and $year and returns whether or
    not all three constitute a valid date in which it is expected that day
    is a 2 or 1 digit number, month is a 2 or 1 digit number, and year is a
    4 digit number.

    I'm using PHP 4.

    Thanks, - Dave

  • Ewoud Dronkert

    #2
    Re: function to validate date?

    laredotornado@z ipmail.com wrote:[color=blue]
    > Does anyone know a predefined function (or can provide one) that
    > takes three varaibles, $day, $month, and $year and returns whether or
    > not all three constitute a valid date[/color]



    --
    E. Dronkert

    Comment

    Working...