Difference between revisions of "Class Date"
(Created page with "{{Entry |Name=Class::Date |Short description=Date/time database for perl |Full description=Class::Date provides a date datatype for Perl. You can create new Class::Da...") |
(New version) |
||
Line 3: | Line 3: | ||
|Short description=Date/time database for perl | |Short description=Date/time database for perl | ||
|Full description=Class::Date provides a date datatype for Perl. You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g., $date=date([2001,03,15])+'3Y 1s'). Relative date types also available. | |Full description=Class::Date provides a date datatype for Perl. You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g., $date=date([2001,03,15])+'3Y 1s'). Relative date types also available. | ||
+ | |Homepage URL=https://code.google.com/archive/p/perl-class-date/ | ||
|User level=none | |User level=none | ||
− | |||
− | |||
− | |||
− | |||
|Computer languages=Perl | |Computer languages=Perl | ||
|Documentation note=User manual available in HTML format from http://hacks.dlux.hu/Class-Date/manual.html | |Documentation note=User manual available in HTML format from http://hacks.dlux.hu/Class-Date/manual.html | ||
− | |||
− | |||
− | |||
− | |||
|Related projects=Perl,Date_Calc | |Related projects=Perl,Date_Calc | ||
|Keywords=Perl,database,time,date,Class-Date | |Keywords=Perl,database,time,date,Class-Date | ||
− | | | + | |Version identifier=1.1.10 |
− | |Last review by= | + | |Version date=2010/07/10 |
− | |Last review date= | + | |Version status=stable |
+ | |Version download=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/perl-class-date/Class-Date-1.1.10.tar.gz | ||
+ | |Version comment=1.1.10 stable released 2010-07-10 | ||
+ | |Last review by=Alejandroindependiente | ||
+ | |Last review date=2017/01/21 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2001-07-03 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=Perl | ||
+ | |License verified by=Janet Casey | ||
|License verified date=2001-07-03 | |License verified date=2001-07-03 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=dLux | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=dlux@kapu.hu | |Email=dlux@kapu.hu | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Matt Sergeant | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
|Email=matt@sergeant.org | |Email=matt@sergeant.org | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Stas Bekman | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
|Email=stas@stason.org | |Email=stas@stason.org | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Tatsuhiko Miyagawa | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
|Email=miyagawa@cpan.org | |Email=miyagawa@cpan.org | ||
|Resource URL= | |Resource URL= | ||
Line 60: | Line 59: | ||
|Interface=command-line | |Interface=command-line | ||
|Works-with=database | |Works-with=database | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 70: | Line 64: | ||
|Prerequisite description=Perl | |Prerequisite description=Perl | ||
}} | }} | ||
+ | {{Featured}} |
Latest revision as of 16:16, 21 January 2017
Class::Date
https://code.google.com/archive/p/perl-class-date/
Date/time database for perl
Class::Date provides a date datatype for Perl. You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g., $date=date([2001,03,15])+'3Y 1s'). Relative date types also available.
Download
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Stas Bekman | Contributor |
Matt Sergeant | Contributor |
dLux | Maintainer |
Tatsuhiko Miyagawa | Contributor |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking,Developer,Support | mailto:dlux@kapu.hu |
Software prerequisites
Kind | Description |
---|---|
Required to use | Perl |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.