NAME
Date::Format - Format a Date
SYNOPSIS
use Date::Format;
use Date::Current;
my $datef = &date_format(&date_get(), "yyyy/mm/dd hh12:mi:ss ampm");
EXPORT date_format();
AUTHOR
Philip M. Gollucci, <philip@p6m7g8.com>
COPYRIGHT AND LICENSE
Copyright 2003 by Philip M. Gollucci
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
ChangeLog
$Log: Format.pm,v $
Revision 1.8 2003/03/16 18:03:19 philip
Removed # from ChangeLog sections in perldocumation so it formats correctly
Revision 1.7 2003/03/16 17:59:21 philip
Moved =cut to end so that ChangeLog can be part of perldoc
Revision 1.6 2003/03/16 17:52:52 philip
s/<gt>/E<gt>/g;
Bug in h2xs generation doc stub
Revision 1.5 2003/03/16 05:34:47 philip
Commented out AUTOLOADER since I'm not using it.
Moved _2 masks before their counter parts.
Fixe DateTime::Format.
Revision 1.4 2003/03/15 13:22:16 philip
Added in leading 0 padding for _2 fields.
Get rid of conditional creation.
Revision 1.3 2003/03/15 04:10:04 philip
Fixed two regex expressions
Revision 1.2 2003/03/15 03:34:17 philip
Added /o to regex in elsif
Revision 1.1.1.1 2003/03/15 03:00:54 philip
Imported Souces