Hi there
I am trying to change datetime format from initial one to dd-MMM-yy
It suppose to work when I try to assign
Variable string = DateVariable.tostring(“dd-MMM-yyyy”)
But somehow it just return as dd-MMM-yyyy instead of 03-Mar-2018
Can someone help me with this?
,Main.xaml (5.3 KB)