search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Navigator highlights previous month while toggling between week and month view

Asked by S Singharoy
8 years ago.

what are the codebase to highlight a particular date in navigator?

Answer posted by Dan Letecky [DayPilot]
8 years ago.

You can change the navigator selection using .select() method:

var nav = new DayPilot.Navigator("nav");
// ...

nav.select(new DayPilot.Date()); // selects today
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.