i want to generate an input mask for my invoice number search functionality like this AADI/currentmonth/currentyear/input_number. where AADI/ is fixed for the input box
so user can change the currentmonth and currentyear and input_number for search without writing " AADI/ " again and again.
<input type="text" class="form-control" name="bill_no" id="bill_no" />
please forgive me. my English is very bad. in a learning phase :)