Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

check if is the last day of the month php

if(gmdate('t') == gmdate('d')){
    echo 'Last day of the month.';
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #day #month #php
ADD COMMENT
Topic
Name
1+8 =