CURRENT MONTH

How do we get the name of current month in UiPath
Example: March should be displayed as MAR
I tries using this - Datetime.Now.ToString(“MMM”) but the output is Mar instead MAR
Thanks

Datetime.Now.ToString(“MMM”).ToUpper