Hello all,
I want to change format of date to dd/MM/yyyy but don’t want to convert into string variable.
Variable should be datetime.
I’m using this function CDate(datevariable.tostring(dd/MM/yyyy)) but it gives result as 01/01/2022 00:00:00 i dont want time…