Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php yesterday

$yesterday = new DateTime('yesterday');
echo $yesterday->format('Y-m-d');
Source by phpf1.com #
 
PREVIOUS NEXT
Tagged: #php #yesterday
ADD COMMENT
Topic
Name
3+4 =