PHP function for parsing about any English textual datetime description into a Unix timestamp
Samples
strtotime('first day of this month');
strtotime('last day of this month');
strtotime('-1 month'); # current date -1 month
PHP function for parsing about any English textual datetime description into a Unix timestamp
strtotime('first day of this month');
strtotime('last day of this month');
strtotime('-1 month'); # current date -1 month