Convert DateTime.Now.ToString to "October 12"

Pretty simple question I want to know how I can get a string output of the current Month and day in the following format: “October 12”

Now.ToString(“MMMM dd”)
Cheers @Sami_Syed

2 Likes

Thanks again for the help bro!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.