hi, i need to use persian calendar on this gantt chart, is there a way to do it?
1 Like
Hello
I used the mentioned instructions and made the following package.
To use it, you must set the following configuration.
gantt.i18n.setLocale("fa");
gantt.config.jalali = true;
I hope this helps you.
3 Likes