Jack Barrett
Posts: 0
Joined: Tue Apr 28, 2015 2:33 pm

How can I get a selected value from the datepicker to appear as a date on a label?

I am trying to make it so that when I go into the Datepicker and select a date that date appears on a label I have added. my app is PersonalAppBarrett and it is shared.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can I get a selected value from the datepicker to appear as a date on a label?

Hello Jack,

Please try the following code
precodevar Date1= $("[name=FirstDate] input").val(); //where FirstDate is the name of datepicker
Apperyio("label1").text(Date1);//where label1 is the name of label/code/pre

Return to “Issues”