Date function of PHP
In this article, you will learn about the date function of PHP – date() method. The PHP date() method returns the local date and time as a formatted string. What is the syntax of the date() function in PHP? Parameter Description format Required. Specifies the format of the outputted date string. timestamp Optional. Specifies an …