Hello Mates,
I am using the following function to get the month name from week number of a year.
date( "M", strtotime( "+$wk_no week", mktime(0, 0, 0, 1, 1, 2008) ) )
But what happens when the week extends to 2 different months ? Can anyone help me with any insights or suggestions ? Thank you.