Hello everybody
I used the farmatDateTime function in a stream to get the day and month.
for utcNow it works
formatDateTime(utcNow(),'MM-dd')it gives The exact value 02-12 ,
but when i try to apply the formatdatetime function to a date stored in a table in dataverse (12/02/2024)
formatDateTime(items('Apply_for_each')?['rb01_naissance'],'MM-dd')
it gives me 12-18 an incorrect value. it must gives 02-12.
How can i fixe that


Report
All responses (
Answers (