DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
7+5 =
Submit