Class Date extends System
Inheritance:
- System
- Date
/system/libraries/Date.php line 40
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class Date
Provide methods to handle different date formats.
Methods
- protected dateToUnix()
- protected getRegexpCallback(array $matches)
- public getInputFormat(string $strFormat)
- public getRegexp(string $strFormat)
- public getWeekBegin(integer $intStartDay)
- public getWeekEnd(integer $intStartDay)
- public __construct(integer $intTstamp, string $strFormat) overrides System::__construct()
- public __get(string $strKey)
Properties
- protected array $arrRange
- protected int $intTstamp
- protected string $strDate
- protected string $strDatim
- protected string $strFormat
- protected string $strTime
Add a comment