Christopher Berning > DBIx-XML-DataLoader-1.1b > DBIx::XML::DataLoader::Date

Download:
DBIx-XML-DataLoader-1.1b.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

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