neuronhighway9522
Posts: 0
Joined: Sun Oct 19, 2014 2:42 am

SO CLOSE BUT I NEED TO MAP IT TO A LABEL

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());

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

SO CLOSE BUT I NEED TO MAP IT TO A LABEL

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

Return to “Issues”