The date data type.
date = date-value
date-value = date-fullyear date-month date-mday
date-fullyear = 4DIGIT
date-month = 2DIGIT ;01-12
date-mday = 2DIGIT ;01-28, 01-29, 01-30, 01-31
Located in /datatypes.php (line 146)
PhpiCalLib_DataType | --PhpiCalLib_DataTypes_Date
Inherited from PhpiCalLib_DataType
PhpiCalLib_DataType::$DataType
PhpiCalLib_DataType::$IanaTokenRegex
PhpiCalLib_DataType::$TypeMap
Decode a timestamp to an array of values like localtime() does, but with support for UTC
Check that the Number matches 2DIGIT and is in range
Constructor
Extract the date from the given timestamp
Access the date-fullyear
Access the date-month
Access the date-mday
Extract the date value from the encoded string
Set the date-fullyear component of the date-value
Set the date-month component of the date-value
Set the date-mday component of the date-value
Set the date-fullyear component of the date-value
Convert to string
Return the date WRT to midnight, UTC
Inherited From PhpiCalLib_DataType
PhpiCalLib_DataType::FromDataType()
PhpiCalLib_DataType::ToDataType()
Documentation generated on Tue, 01 Apr 2008 00:20:06 +0100 by phpDocumentor 1.4.0