ignivamanish / wordpress-job-manager

Automatically exported from code.google.com/p/wordpress-job-manager
0 stars 0 forks source link

Report and fix DatePicker #612

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.If you click on a dropdown for picking a date, you will be allowed to go back 
-10years ex, 2004 then you have to go back + 10 year for 1994

What is the expected output? What do you see instead?
It show allow you to go back at least 30 years

What version of Job Manager are you using?
latest

What version of WordPress are you using?
latest version

Please provide any additional information below.
I did a quick fix on the jquery file named jquery.ui.datepicker.min (I added it 
to the attachment)

from yearRange:"c-10:c+10"
to   yearRange:"c-40:c+0"

Thank you for the amazing plugin.

Original issue reported on code.google.com by ardian.haxha on 10 Jun 2014 at 8:30

Attachments: