NAME
Time::Format - Format a Time
SYNOPSIS
use Time::Format;
use Time::Current;
my $timef = &time_format(&time_get(), "hh12:mi:ss ampm");
EXPORT time_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.5 2003/03/16 18:03:44 philip
Removed # from ChangeLog sections in perldocumation so it formats correctly
Revision 1.4 2003/03/16 17:59:37 philip
Moved =cut to end so that ChangeLog can be part of perldoc
Revision 1.3 2003/03/16 05:36:06 philip
Commented out AUTOLOADER since I'm not using it.
Moved _2 masks before their counter parts.
Fixe DateTime::Format.
Revision 1.2 2003/03/15 13:23:15 philip
Add in leading 0 padding of _2 fields.
Revision 1.1.1.1 2003/03/15 11:47:54 philip
Imported Sources