<?php echo date("t-m-Y"); ?>
The ‘t’ option of date returns the number of days in the month.
You must be logged in to post a comment.