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

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