Search
 
SCRIPT & CODE EXAMPLE
 

HTML

month and year picker bootstrap

<div class="input-append date" id="datepicker" data-date="02-2012" 
     data-date-format="mm-yyyy">

 <input  type="text" readonly="readonly" name="date" >    
 <span class="add-on"><i class="icon-th"></i></span>      
</div>      


$("#datepicker").datepicker({
        viewMode: 'years',
         format: 'mm-yyyy'
    });
Comment

PREVIOUS NEXT
Code Example
Html :: display html input datetime-local value from mysql date time 
Html :: display html input datetime-local value 
Html :: html date min max 
Html :: html bookmark spot 
Html :: html highlight text 
Html :: how to eliminate scroll bar in html 
Html :: click on toggle device toolbar page is not working 
Html :: what to use for double quotes in html 
Html :: bootstrap 4 
Html :: html change label color 
Html :: htmladjacent 
Html :: electron reload html 
Html :: how to add telephone number in html 
Html :: autocomplete off input 
Html :: how to change html code of a website 
Html :: input submit icon 
Html :: bootstrap background color 
Html :: html chatbot 
Html :: add a alt to a image in html 
Html :: iframe center 
Html :: how to add horizontal scroll bar in html 
Html :: select input placeholder 
Html :: og tags 
Html :: coloring and size of text in html 
Html :: change text width html 
Html :: tailwind flex shrink 
Html :: whatsapp href link code 
Html :: jquery ajax add loading 
Html :: write python code in html 
Html :: bootstrap hide row 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =