There was an error while loading. Please reload this page.
2 parents 7b44dd5 + e3a118c commit 8443d1bCopy full SHA for 8443d1b
1 file changed
lib/Horde/Date.php
@@ -60,6 +60,15 @@
60
* @copyright 2004-2017 Horde LLC
61
* @license http://www.horde.org/licenses/lgpl21 LGPL
62
* @package Date
63
+ *
64
+ * @property int $year The year (4 digits)
65
+ * @property int $month The month (1-12)
66
+ * @property int $mday The day of the month (1-31)
67
+ * @property int $day Alias for mday - the day of the month (1-31)
68
+ * @property int $hour The hour (0-23)
69
+ * @property int $min The minute (0-59)
70
+ * @property int $sec The second (0-59)
71
+ * @property string $timezone The timezone identifier (e.g., 'America/New_York')
72
*/
73
class Horde_Date
74
{
0 commit comments