• Resolved sjlocke

    (@sjlocke)


    The date picker only allows you to pick years 10 years back at first click. Once you release, it populates more years back, but my customers aren’t realizing that, and I didn’t either at first. So I get “The date is actually 2005, but I couldn’t pick that”. Can it default to a larger number of years back, or can I define that?

    https://www.ads-software.com/plugins/wc-fields-factory/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sjlocke

    (@sjlocke)

    Fixed it. The datepicker is a jquery element. Options for the element are set in /classes/fields/wcff-datepicker.php . So I found:
    echo “,changeMonth: true”;
    echo “,changeYear: true”;
    and added:
    echo “,yearRange:’-50:+0′”;
    at the end. Perfect.

    Plugin Author Saravana Kumar K

    (@mycholan)

    Hi, thanks for this fix, I will try to include it as an option.

    Plugin Author Saravana Kumar K

    (@mycholan)

    From V1.3.5 this option available.

    Hi!
    Amazing work i must say.
    One question – i use date picker for birthdays so one must spend minutes to come to the year 1976…is there a chance to set default value for the field like __/__/_____?
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Date Picker Only Shows 10 Years Back’ is closed to new replies.