According to the article How to Get Current Datetime (NOW) with PHP, there are two common ways to get the current date. To get current datetime (now) with PHP, you can use the dateclass with any PHP version, or better the datetimeclass with PHP >= 5.2.
