SO CLOSE BUT I NEED TO MAP IT TO A LABEL
Posted: Tue Apr 26, 2016 7:11 pm
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());
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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());
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