-
-
05 May 2011 02:18:46 UTC
- Distribution: Rose-DateTime
- Module version: 0.537
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (2553 / 0 / 0)
- Kwalitee
Bus factor: 1- License: unknown
- Activity
24 month- Tools
- Download (12.17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- DateTime
- Rose::Object
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 withDateTime
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
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.
Module Install Instructions
To install Rose::DateTime, copy and paste the appropriate command in to your terminal.
cpanm Rose::DateTime
perl -MCPAN -e shell install Rose::DateTime
For more information on module installation, please visit the detailed CPAN module installation guide.