Set Month input in java
Posted: Wed May 15, 2013 3:42 pm
I need to set the value of an input control set to "month" type. I have tried:
Tiggzi("mInput1stRegMonth").val('2013.05');
but this doesn't work.
Thanks
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/
I need to set the value of an input control set to "month" type. I have tried:
Tiggzi("mInput1stRegMonth").val('2013.05');
but this doesn't work.
Thanks
Hi Dan.
Try this
codeAppery('mInput1stRegMonth').val('2013-05');/code
Hi Oleg
That works great.
Thanks for the quick reply again