How to get last day of the month using php -
this question has answer here:
- how find last day of month date? 23 answers
how last day of month using php ?
<?php echo date('?-?-?'); ?>
<?php $day=new datetime('last day of month'); echo $day->format('m js'); ?>
Comments
Post a Comment