PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $year = 1999; $date = date_create("$year-01-01"); echo date_format($date, 'D');
Show:  
Copy Clear