README.mkdn (Class-Date-1.1.16) | : | README.mkdn (Class-Date-1.1.17) | ||
---|---|---|---|---|
[ ](https://travis-ci.org/yanick/perl-class-date) | [ ](https://travis-ci.org/yanick/perl-class-date) | |||
# NAME | # NAME | |||
Class::Date - Class for easy date and time manipulation | Class::Date - Class for easy date and time manipulation | |||
# VERSION | # VERSION | |||
version 1.1.16 | version 1.1.17 | |||
# SYNOPSIS | # SYNOPSIS | |||
```perl | ```perl | |||
use Class::Date qw(:errors date localdate gmdate now -DateParse -EnvC); | use Class::Date qw(:errors date localdate gmdate now -DateParse -EnvC); | |||
# creating absolute date object (local time) | # creating absolute date object (local time) | |||
$date = Class::Date->new( [$year,$month,$day,$hour,$min,$sec]); | $date = Class::Date->new( [$year,$month,$day,$hour,$min,$sec]); | |||
$date = date [$year,$month,$day,$hour,$min,$sec]; | $date = date [$year,$month,$day,$hour,$min,$sec]; | |||
# ^- "date" is an exportable function, the same as Class::Date->new | # ^- "date" is an exportable function, the same as Class::Date->new | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |