• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D09-Oct-20034.7 KiB

lib/H05-Apr-20133

LICENSEH A D09-Oct-200320.1 KiB

Makefile.PLH A D09-Oct-2003474

MANIFESTH A D09-Oct-2003151

READMEH A D09-Oct-2003770

t/H11-Apr-20137

TodoH A D09-Oct-200375

README

1DateTime::Format::Strptime 
2
3This module replicates most of Strptime for DateTime. Strptime is the
4unix command that is the reverse of Strftime. While Strftime takes a
5DateTime and outputs it in a given format, Strptime takes a DateTime and
6a format and returns the DateTime object associated.
7
8For more information, see the POD attached to 
9lib/DateTime/Format/Strptime.pm
10
11
12
13INSTALLATION: 
14
15Use CPAN or CPANPLUS - there's no config in the process that requires
16you to do anything strange.
17
18For those of you who like it the manual way, the recipe is the same as
19normal: 
20
21   perl Makefile.PL
22   make 
23   make test
24   make install
25
26If you are on a windows box you should use 'nmake' rather than 'make'.
27
28This module contains no XS code and thus should install anywhere.
29