dayOfMonth function(Power Automate Cloud flows)

Japanese version.

Extracts the day part from the date and time.

Spec

dayOfMonth('<timestamp>')
ArgumentDefaultDescription
timestampRequired fieldSpecify the date and time of the extraction source.

How to use

In most cases, it is used in the "value" when initializing or setting variables of type "string".

Click on the "Expression" tab, dayOfMonth, and the function name and () will be set in the expression field.

Specify the date of the extraction source as an argument.

If you want to use dynamic content or variables, the ,delimiter is the same.

(How to get dynamic content with expressions.)

Click on the OK button, and if the display looks like the following, the setting is complete.

You can change the function by clicking this purple icon.

For dayOfMonth('2022-05-15'), 15 is the result.

---

Links

Date and time Functions(Power Automate Cloud flows)