Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php today moth

<?php 
$month = date('m');

if($month == 12){
   echo "<br />December is the month :)";
} else {
   echo "<br /> The month is probably not December";
}
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #today #moth
ADD COMMENT
Topic
Name
3+6 =