This node was taken out by the NodeReaper on Dec 21, 2023 at 20:50 UTC

You may view the original node and the consideration vote tally.

  • Comment on Reaped: Check if string is a valid date

Replies are listed 'Best First'.
Re: Check if string is a valid date
by spurperl (Priest) on Dec 05, 2002 at 12:11 UTC
    Consider using the modules Date::Parse and Date::Calc (especially its check_date routine).
Re: Check if string is a valid date
by Anonymous Monk on Jan 26, 2003 at 21:19 UTC
    Date::Parse 2.23 does a good job on that. One more generic approach would consider Data::Type (which actually isnt that slim).
    
    Murat