Answers for "date day month year php"

PHP
1

php last day of month

$a_date = "2009-11-23";
echo date("Y-m-t", strtotime($a_date));
Posted by: Guest on July-28-2020

Code answers related to "date day month year php"

Browse Popular Code Answers by Language