How To Write A Date In PHP

How To Write A Date In PHP

·

1 min read

Date() is a function we can use to display the date and time in a readable manner.

Syntax

date("Y-M-D");

This will display the year, month and day of the current date.