Hi,
I have built a flow to go off when a sharepoint item is modified.
In the flow, I would like to subtract one date from another to get a number of days.
To do this, I have put the modified date and report date into compose actions and set the expressions as formatdatetime((composeitem),'dd/MM/yyyy').
When I test it, for some reason it spits out the date with months added in.

Does anyone know how I can fix this?