• Hello, I do not speak English, sorry for the mistakes

    In the date selector option only leaves me since 2007, how do I get dates later to select a date of birth? Example: 1950

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi jboterop,

    Can you please write the WordPress version you’re using, the Job Manager plugin version you’re using, and a link to your site or relevant example?

    To limit html5 date picker inputs there would be a min=”” setting like this <input type="date" min="2013-10-01" max="2013-10-20"> is that there?

    Thread Starter jboterop

    (@jboterop)

    Thanks for answering

    I have problems with the field: “Fecha de Nacimiento”

    The website is: https://gestionactivayeficaz.com/empleos/apply/836/

    I need to appear by default dates back, for example 1950, only paarece since 2007. I do not know what to do.

    Thanks

    Hi jboterop,

    You will need to edit the plugin core file “jquery-ui-datepicker.js”

    Find this code changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10"

    And edit the range accordingly. **Keep in mind that editing the core files can cause unforeseen issues or bugs. Also all edits will be overwritten the next time the plugin is updated.**

    Thread Starter jboterop

    (@jboterop)

    Hello, ritgo

    thanks for answering

    Already locate the file and changed the range of years but it does not work what can it be?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with Date Selector’ is closed to new replies.