Is there a standard function in PHP that will find the day number of the year based on the current date?
Examples:
Jan 22nd = 22 Feb 27th = 58 Mar 5
date('z') + 1;