Dear all,
is it possible to change month and day in french in Dapilot Calendar ?
Best regard
Yes, just specify the locale when creating the DayPilot.Navigator instance:
var nav = new DayPilot.Navigator("nav"); nav.locale = "fr-fr"; nav.init();
See also: https://api.daypilot.org/daypilot-navigator-locale/
The "fr-fr" locale is built in: https://api.daypilot.org/daypilot-locale-class/
Nice.
thanks