In order to show the previous and current months you can use the following config:
var nav = new DayPilot.Navigator("nav");
nav.startDate = DayPilot.Date.today().addMonths(-1);
nav.showMonths = 2;
nav.init();
Please let me know if it doesn't work as expected.