Help for this page

Select Code to Download


  1. or download this
                hour => {
                    type    => t('Hour'),
    ...
                    type    => t('Second'),
                    default => 0,
                },
    
  2. or download this
        # If this method is called from somewhere other than new(), then s
    +ome of
        # these defaults may not get applied.
    ...
        $p{hour}       = 0                          unless exists $p{hour}
    +;
        $p{minute}     = 0                          unless exists $p{minut
    +e};
        $p{second}     = 0                          unless exists $p{secon
    +d};