PHP getdate() FunctionThis getdate() function is used to get the information of the current local date/time or the timestamp. SyntaxParameters
ReturnThis function returns an associative array of information related to the timestamp. Example 1Output: Thursday, August 2, 2018 Example 2Output: Array ( [seconds] => 14 [minutes] => 7 [hours] => 7 [mday] => 9 [wday] => 4 [mon] => 8 [year] => 2018 [yday] => 220 [weekday] => Thursday [month] => August [0] => 1533798434 ) Thursday, August 9, 2018 Next TopicPhp-gettimeofday-function |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India