Can these two expressions be put together to form one expression? If so, could you please help π
formatdatetime(addhours(utcnow(),'10') 'dd-MM-yyyy'
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.
WarrenBelz
146,662
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional