debian man page for rose::datetime

Query: rose::datetime

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Rose::DateTime(3pm)					User Contributed Perl Documentation				       Rose::DateTime(3pm)

NAME
Rose::DateTime - DateTime helper functions and objects.
SYNOPSIS
use Rose::DateTime::Util qw(:all); $now = parse_date('now'); $then = parse_date('12/25/2001 6pm'); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser = Rose::DateTime::Parser->new(time_zone => 'UTC'); $date = $parser->parse_date('12/25/1999');
DESCRIPTION
The "Rose::DateTime::*" modules provide a few convenience functions and objects for use with "DateTime" dates. Rose::DateTime::Util contains a simple date parser and a slightly customized date formatter. Rose::DateTime::Parser encapsulates a date parser with an associated default time zone. This module ("Rose::DateTime") exists mostly to provide a version number for CPAN. See the individual modules for some actual documentation.
SEE ALSO
DateTime, DateTime::TimeZone
AUTHOR
John C. Siracusa (siracusa@gmail.com)
LICENSE
Copyright (c) 2010 by John C. Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.3 2011-05-05 Rose::DateTime(3pm)
Related Man Pages
datetime::timezone::offsetonly5.18(3) - mojave
datetime::format::epoch::ratadie(3pm) - debian
html::formfu::inflator::datetime(3pm) - debian
html::microformats::datatype::datetime::parser(3pm) - debian
rose::datetime::util(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results