Hi @MarekV , the MMM format recognizes the capitalized version of what you have. So Jun instead of JUN, and Nov instead of NOV.
Just convert the month to Capitalized via the capitalize() function in the String Manipulation.
Here’s further details:
Hi @MarekV , the MMM format recognizes the capitalized version of what you have. So Jun instead of JUN, and Nov instead of NOV.
Just convert the month to Capitalized via the capitalize() function in the String Manipulation.
Here’s further details: