I am developing multi-locale application and I have a problem. Your defaultConfig contains timeFormat and it replace timeFormat from locale setting.
So my question is why you hardcoded this value (to european time format) and is it necessary?
I think you can remove this value from defaultConfig and let fullcalendar to use locale timeFormat or devs can set it in theirs config.
Now I need to replace your hardcoded timeFormat with this option:
Hi,
I am developing multi-locale application and I have a problem. Your defaultConfig contains timeFormat and it replace timeFormat from locale setting. So my question is why you hardcoded this value (to european time format) and is it necessary? I think you can remove this value from defaultConfig and let fullcalendar to use locale timeFormat or devs can set it in theirs config.
Now I need to replace your hardcoded timeFormat with this option:
Edit 1: Maybe aspectRatio have same problem, it is unnecessary to hardcode it in defaultConfig, leave fullcalendar's default and let dev to adopt it