Dan Sweeney
Posts: 0
Joined: Thu Feb 21, 2013 9:49 am

Set Month input in java

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

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

Set Month input in java

Hi Dan.
Try this
codeAppery('mInput1stRegMonth').val('2013-05');/code

Dan Sweeney
Posts: 0
Joined: Thu Feb 21, 2013 9:49 am

Set Month input in java

Hi Oleg

That works great.

Thanks for the quick reply again

Return to “Issues”