Today, my friend and I tried to find a way to convert date to a month name. E.g. 2008-08-08 to return August.
I tried to use String.Format(TODAY, “MMM”) ,String.Format(“MMM”,TODAY) “etc. To convert Date to Month Name sound quite simple, unforunately, I have spent quite a long time to find the solution.