<?php $ultimo = array( "description" => "Year, month, first and last days for last month", "year" => date("Y", strtotime("-1 months")), "month" => date("m", strtotime("-1 months")), "first" => date("d", mktime(0, 0, 0, date("m")-1, 1, date("Y"))), "last" => date("d", mktime(0, 0, 0, date("m"), 0, date("Y"))) ); ?>
Dominic Myers writes about all sorts of stuff to do with HTML, CSS, JavaScript and a fair chunk of self-indulgent stuff. Thoughts and opinions are all his own, and nothing to do with any employer.
Wednesday, 30 July 2014
Ultimo
Can't seem to find this but I've been using it a lot lately:
Labels:
PHP
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment