Page 1 of 1

Set Month input in java

Posted: Wed May 15, 2013 3:42 pm
by Dan Sweeney

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


Set Month input in java

Posted: Wed May 15, 2013 3:57 pm
by Oleg Danchenkov

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


Set Month input in java

Posted: Wed May 15, 2013 4:08 pm
by Dan Sweeney

Hi Oleg

That works great.

Thanks for the quick reply again