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
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