jquery - Datetime picker how to show all year -


i using jquery datetime picker. shows year 2003 2023. want should show before 19 type of years. how change this?

i put screenshot,

datetime picker showing

please suggestions?

you can set range of years using yearrange in datepicker.

$( ".selector" ).datepicker({ yearrange: "1990:2013" }); 

check jquery documentation link further reference.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -