Can these two expressions be put together to form one expression? If so, could you please help π
formatdatetime(addhours(utcnow(),'10') 'dd-MM-yyyy'
The expression shall give output in AUS specific time
and also if you've proper timezone time you don't need to use convert the time instead directly format and user it.
formatDateTime(variables('vardttime'),'dd-MM-yyyy')
and for SharePoint check column settings once
Thanks
Thank you, that has worked!!! @Shujaath_Khan
One more thing - Do you know why my input would show Aus Format, then the output shows Utc Format on my list?
Used this: formatDateTime(convertFromUtc(utcNow(),'AUS Eastern Standard Time'),'dd-MM-yyyy')
Hi @Jayendwil
very much you can
formatDateTime(addHours(utcNow(),3),'dd-MM-yyyy')
And also if you're looking for a specific time you can also try the below expression
Thanks
Please click Accept as Solution on this reply if it helped to solve your issue, and thumbs-up if you feel this is useful or important in other ways as a boost.
David_MA
130
Super User 2025 Season 1
stampcoin
125
Michael E. Gernaey
112
Super User 2025 Season 1