Hi Team ,
Could someone please help me in converting the format of a datetime field .
Input date format : 2020-11-23 Date type : Datetime
Expected output : 23-NOV-20 Date type : Datetime
I have tried the formula DATETIMEFORMAT([orderdate], "%d-%b-%y") but the output comes as string type but I'm expecting as Datetime.
TODATE(DATETIMEFORMAT([orderdate], "%d-%b-%y") ) doesn't help too.
please guide
Thanks in advance.
@mutama