Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
convert this date 5-17-2019 12:00:00 AM to dd-mm-yyyy format
Try this:
date#(FieldName,'DD-MM-YYYY')
hi,
try like this
date(date#('5-17-2019 12:00:00','MM-DD-YYYY hh:mm:ss'),'DD-MM-YYYY')
But i want to convert all the dates in my StartDate field. It's not working
Try this
Date(trim(DateField),'DD/MM/YYYY') as Date.