what are the codebase to highlight a particular date in navigator?
You can change the navigator selection using .select() method:
var nav = new DayPilot.Navigator("nav"); // ... nav.select(new DayPilot.Date()); // selects today