- or download this
sub TimeStamp($) # Pass the stamp in as YYYYMMDD
{
...
}
else { warn "Invalid input to TimeStamp()" }
}
- or download this
$date_created = TimeStamp($date_created);
- or download this
if ( $date_created = TimeStamp($date_created) eq 'somedate' ) {
# do something special.
}