Extract current month from current date

Options

Hello All,
I need to extract month from a date
I have this date 13/7/2020
I have tried to use the action "Text:find text next to other text"
with
after-text /
before-text /
In order to have 7
But the result is empty ?
What's wrong ?
Can you help me ?
Thanks
Elia

Tagged:

Answers

  • Tom_153935
    Tom_153935 Posts: 76
    edited July 2020
    Options

    Hi @Elia_321768,

    Would it work to use the Dates: Format a Date Time action? In the Input field, put the field reference of the date from which you want to extract the month. In the Format field, put M to extract the one-digit month (use MM to extract the two-digit month).

    -Tom