DBIx::XML::DataLoader::Date
use DBIx::XML::DataLoader::Date;
print "the Time is \t", Date->nowTime(), "\n";
print "the Date is \t", Date->nowDate(), "\n";
print "The Day is \t", Date->nowDay(), "\n";
print "The Full date and time is: ", Date->now(), "\n";
or
my $d=Date->new();
print "the Time is \t", $d->nowTime(), "\n";
print "the Date is \t", $d->nowDate(), "\n";
print "The Day is \t", $d->nowDay(), "\n";
print "The Full date and time is: ", $d->now(), "\n";
the Time is 13:55:24
the Date is 1/29/2002
The Day is Fri
The Full date and time is: Time 13:55:24 Date 1/29/2002
This module is for convenience use by DBIx::XML::DataLoader::XMLWriter and DBIx::XML::DataLoader.
It's purpose is most likly replicated by other more standard modules