The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

        DBIx::XML::DataLoader::Date

SYNOPSIS

        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";
        

Results

        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
        

DESCRIPTION

        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