Hello. I’m working on camunda 7 tomcat. I’m trying to localize it and I need to change the date type to Jalaali. I tried to add a new datepicker using libraries and I was not successful. Despite that sync it with function of applying date change might be complex. I tried to edit the datepicker but I need to change the length of months which I think is not possible. I created another datepicker using html, css and embedded javascripts and everything works fine expect applychange function which is hard to call. I have a plan in my mind to change the logic which might work but is not that much clean. before doing so, I’m looking for a straight way to implement Jalaali Datepicker.
Can anybody help me?
At least which path should I continue to work on? Should I consider adding the datepicker and implementing new logic like I’m doing right now? or should I use libraries and if so, how can I do it?.