fullcalendar / fullcalendar

Full-sized drag & drop event calendar in JavaScript
https://fullcalendar.io
MIT License
18.54k stars 3.61k forks source link

Wrong date formatting in agendaweek with German locale #2504

Closed arshaw closed 7 years ago

arshaw commented 9 years ago

Originally reported on Google Code with ID 2239

If the language is set to German, then the heading of agendaweek is missing a dot after
the month number. 

See here http://jsfiddle.net/4opj6djj/4/ 

It should be "Di. 12.08." (which is with trailing dot)

Thank you in advance for fixing this! :-)

Reported by mikejones@xmail.net on 2014-08-12 12:52:39

Imported with 4 stars.

arshaw commented 9 years ago
...and the main header misses a dot after the first day.

It should be "11. - 17. Aug. 2014"  (which is with a dot after 11)

Reported by mikejones@xmail.net on 2014-08-12 12:57:43

arshaw commented 9 years ago

Reported by adamrshaw on 2014-08-14 18:49:00

arshaw commented 9 years ago
In which release is this bug supposed to be fixed? V2.1.0 still seems to have it...
Thank you!

Reported by mikejones@xmail.net on 2014-08-27 13:03:59

arshaw commented 9 years ago
What's new? Is the the bug fixed?

Reported by ryoux90 on 2015-03-10 03:36:47

arshaw commented 9 years ago
any news on this issue?

Reported by mikejones@xmail.net on 2015-04-24 16:22:01

arshaw commented 9 years ago
Issue 2755 has been merged into this issue.

Reported by adamrshaw on 2015-05-27 06:06:08

arshaw commented 9 years ago

Reported by adamrshaw on 2015-05-27 06:06:29

mlandes commented 7 years ago

This is because of the "longDateFormat" definition in the moment locale files... => longDateFormat: LL, LLL, LLLL, ll, lll, llll The moment day format "Do" should be used instead of "D." See: https://github.com/moment/moment/blob/develop/locale/de.js and here a correct definition: https://github.com/moment/moment/blob/develop/locale/fi.js

arshaw commented 7 years ago

Fixed in v3.2.0