PHP Class Horde_View_Helper_Date, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_View_Helper_Base
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
dateSelect ( $objectName, $method, $options = [] )
distanceOfTimeInWords ( $fromTime, $toTime, $includeSeconds = false )
timeAgoInWords ( $fromTime, $includeSeconds = false ) Like distanceOfTimeInWords(), but where $toTime is fixed to now.

Method Details

dateSelect() public method

public dateSelect ( $objectName, $method, $options = [] )

distanceOfTimeInWords() public method

public distanceOfTimeInWords ( $fromTime, $toTime, $includeSeconds = false )

timeAgoInWords() public method

Like distanceOfTimeInWords(), but where $toTime is fixed to now.
public timeAgoInWords ( $fromTime, $includeSeconds = false )