Find Day From Month Script

Find Day From Month Script is used to find number of days from current month or another month.

Demo :



Date  

Code :

Following code is used to find number of days code if you need to copy and use to your website.

<?php
  $ts = mktime(0,0,0,3,1,2010);
  echo date("t", $ts);
?>

In the above example mktime() function is used to set month,day and year and date function t is used to find number of day in selected month.

Free Download Script :

If you need Find Day From Month Script click and download from following link.

Download




Content