liaiclathis4
New Member
Is there a standard function in PHP that will find the day number of the year based on the current date?Examples:\[code\]Jan 22nd = 22 Feb 27th = 58Mar 5th = 64\[/code\]If there isn't a standard function, has anyone built anything similar that would handle the conversion? What all is involved?