Need to get the name of the month (ie. April) instead of the number that is compatible with a React app.
I've tried using a few JavaScript snippets, but I'm not getting the results I need.
Currently using {(new Date().getMonth()+1)}
to pull the month number. To note, this is rendering outside of a component.