Page 1 of 1

SO CLOSE BUT I NEED TO MAP IT TO A LABEL

Posted: Tue Apr 26, 2016 7:11 pm
by neuronhighway9522

how do you add the date to a label I have the code just dont know how to map

var today = new Date();
Appery("TodaysDate").text(today.toLocaleDateString());


SO CLOSE BUT I NEED TO MAP IT TO A LABEL

Posted: Wed Apr 27, 2016 8:26 am
by Serhii Kulibaba

Hello,

Please clarify, do you need to do the same in the mapping? Is so, plese add a JS below to the mapping to the label:
prevar today = new Date();
$(element).text(today.toLocaleDateString());/pre