Im mapping from the created At column
I just need it to be in the mm/dd/yyyy format
I tried this :
var a = moment(value, "yyyy-mm-dd HH:mm:ss.SSS");
var b = a.format("mm-dd-yyyy");
return b;
and placing this code on the label when mapping it from the rest service ..it gives an invalid date.
Im sorta desperate here since i asked PRIORITY support a week ago for an answer and of course "this is outside the scope of their service" and asked to buy more service packs. (so not going to happen now) I tried to find an answer from the old answers on the forum and so far none of them have worked.
Can anyone help me out? So glad Im paying for priority support SMH