Skip to main content

Show only month and year in a jQuery datepicker

http://www.jquerybyexample.net/2012/06/show-only-month-and-year-in-jquery-ui.html

Key part is
.ui-datepicker-calendar {

    display: none;

}​

Comments

Popular posts from this blog