Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

398
Views
How to set maximum and minimum date range in fullcalendar jquery

i am working in FullCalendar v2.2.5. i need to set max and min date in my full calender same as we do in datepicker. Disable all those dates before min date and after max dates. Please help me to sort out this issue. Thanks in advance ..

about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

For v3.3.1 for me works validRange

validRange: {
    start: '2017-05-01',
    end: '2017-06-01'
}

https://fullcalendar.io/docs/current_date/validRange/

about 4 years ago · Santiago Trujillo Report

0

$('#calendar').fullCalendar({
    defaultView: 'month',
    visibleRange: {
        start: '2017-03-22',
        end: '2017-03-25'
    }
});

This will make only the defined date range visible in full calendar. Just put your desired start and end date with in above piece of code.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!