Matching a date in perl

Posted by Zerobu on Stack Overflow See other posts from Stack Overflow or by Zerobu
Published on 2010-04-04T03:32:22Z Indexed on 2010/04/04 3:43 UTC
Read the original article Hit count: 395

Filed under:
|

Hello, I want to match a date in the format day/month/year. where day is two digits month is two digits and year is four digits. Also, I want to check see if it is a valid date, for example knows when is leap year, and know which month has 30days, 31days and 28, or 29 days for Februrary.

© Stack Overflow or respective owner

Related posts about perl

Related posts about regex