Question
Change date format
Hi there,
I'm trying to change the date the below expression appears which is YYYY-MM-DD to DD MM YYYY in a field in Custom Action. I tried the followings but didn't work. Note this is a piece of code that forms a more complex if/else formula.
1) formatDate
2) toDateOnly
3) date
4) dformat
5) format
Expression to solve:
then(concat("on ", (toString(getListItem(sort(#{XXX}, true), 0)))))
Thanks!