Searched +refs:abbreviated +refs:calendar +refs:year (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm118 { year => { type => SCALAR,
178 Carp::croak( "Invalid day of month (day = $p{day} - month = $p{month} - year = $p{year})\n" )
179 if $p{day} > $class->_month_length( $p{year}, $p{month} );
202 $class->_ymd2rd( @p{ qw( year month day ) } );
217 # of the datetime's year. This year need not be correct, as long
219 # adding one to the local year given to the constructor.
220 $self->{utc_year} = $p{year} + 1;
252 qw( year mont
620 sub year { subroutine
[all...]

Completed in 67 milliseconds