Hi I would like to change the date format returned in my formula field - I’ve tried using datetime-format but keep getting an error
DATEADD({Date Invoice Raised}, 30,‘day,’) DATETIME_FORMAT(‘DD-MMMM-YYYY’)
thanks
Clare
Hi I would like to change the date format returned in my formula field - I’ve tried using datetime-format but keep getting an error
DATEADD({Date Invoice Raised}, 30,‘day,’) DATETIME_FORMAT(‘DD-MMMM-YYYY’)
thanks
Clare
Hey @Clare_Fitzpatrick!
Try this:
DATETIME_FORMAT(
DATEADD(
{Date Invoice Raised},
30,
'days'
),
'DD-MMMM-YYYY'
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.