PTools::Date::Format

PTools::Date::Format is an OO interface to Date::Format, with additions.
Download

PTools::Date::Format Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Cobb
  • Publisher web site:
  • http://search.cpan.org/~ccobb/PTools-0.02/lib/PTools/Date/Format.pm

PTools::Date::Format Tags


PTools::Date::Format Description

PTools::Date::Format is an OO interface to Date::Format, with additions. PTools::Date::Format is an OO interface to Date::Format, with additions.SYNOPSISProcedural Interface use PTools::Date::Format qw( :orig ); use PTools::Date::Format qw( :orig date1 ); use PTools::Date::Format qw( time2str strftime ctime asctime ); use PTools::Date::Format qw( time2str strftime date1 ); print time2str( "%c is day %u in week %U%n", time() );Object Oriented Interface use PTools::Date::Format; use PTools::Date::Format qw( date1 ); $date = new PTools::Date::Format; $date = "PTools::Date::Format"; print $date->time2str( "%c is day %u in week %U%n", time() );Modified Conversion Specification use PTools::Date::Format qw( :orig date1 ); use PTools::Date::Format qw( date1 ); Requirements: · Perl


PTools::Date::Format Related Software