Convert Timestamp to Quarter
/**
* Convert Timestamp to Quarter
* @returns String 2013Q3
*/
function quarter($timestamp) {
return date("Y\Q",$timestamp).ceil(date('n', $timestamp)/3);
}
Written by Wenson Smith
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#