All pastes #2101653 Raw Edit

Miscellany

public text v1 · immutable
#2101653 ·published 2012-01-09 19:18 UTC
rendered paste body
require_once('Zend/Date.php');

$quarter_start = new Zend_Date(strtotime("2012-01-01"));
echo $quarter_start->toString("Y-M-d");