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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -