Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
for calendar i user pickadate
in crome it's work perfect but in firefox it's open from 1991..which is not current month..

Screenshot: ⁨Manage Fees⁩[^]

What I have tried:

$('#ValidFromDate').pickadate({
       format: 'dd-mm-yyyy',
       closeOnSelect: true,
       closeOnClear: true,
       min: 1,
   });
Posted
Updated 9-Nov-17 22:10pm
v2
Comments
Suvendu Shekhar Giri 10-Nov-17 5:43am    
Which calendar control you are using here?
Karthik_Mahalingam 10-Nov-17 7:12am    
Suvendu Shekhar Giri 10-Nov-17 7:19am    
Oh. I see. Thanks Karthik!
Karthik_Mahalingam 10-Nov-17 7:21am    
welcome SSG :)
Jaydeep Shah 12-Nov-17 11:42am    
done this just put this code on document.ready
and now calendar work in all browser perfectly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900