XP is just a number | |
PerlMonks |
Re: How do I Compare Datesby httptech (Chaplain) |
on Jun 26, 2000 at 21:51 UTC ( [id://19887]=note: print w/replies, xml ) | Need Help?? |
Date::Manip is particularly good at this. Look at the DateCalc() method.
Alternatively, since you're getting the values from a database, see if you can get it to return the values in the format yyyy-mm-dd; then a simple string comparison will do. Or - heck - get it in nnnnnnnnn format, a number representing seconds since the epoch. Then a simple numeric comparison will do!
In Section
Seekers of Perl Wisdom
|
|