I have a SharePoint date and time column that I am trying to add to an automated email. However on the email, I would just like to include the date in the format dd/mm/yyyy (and not the time). Is this possible? Thanks!
Solved! Go to Solution.
Hello @SamB2 ,
please use the following expression:
formatDateTime('<your_value>'),'dd/MM/yyyy')
Instead of '<your_value>' please put the Sharepoint list column.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
Hello @SamB2 ,
please use the following expression:
formatDateTime('<your_value>'),'dd/MM/yyyy')
Instead of '<your_value>' please put the Sharepoint list column.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco