question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to correctly format title of week view according to Czech rules

See original GitHub issue

Correct format of single date in Czech language is: D. M. YYYY (e.g. 15. 1. 2017). When a range needs to be written the correct format is D. M. YYYY - D. M. YYYY or D. M. - D. M. YYYY or D. - D. M. YYYY. The dot after day respectively month must be typed even if it is not followed by month respectively year. Examples: 15. 1. 2017 - 21. 1. 2017, 15. 1. - 21. 1. 2017, 15. - 21. 1. 2017.

In the Fullcalendar I tried to format title for week view:

views: {
  week: {
    titleFormat: 'D. M. YYYY'
  }
}

But I got this output: ‘15 - 21. 1. 2017’, what is incorrect according to Czech language rules because missing ‘.’ after ‘15’. Dot is not a separator (like ‘/’ in English styled dates) but must be typed whenever month or date in month are mentioned.

JSBin: http://jsbin.com/kalicabepi/edit?js,output

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
arshawcommented, Feb 14, 2017

Fixed in v3.2.0

0reactions
arshawcommented, Aug 7, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

STAFF REGULATIONS, RULES AND INSTRUCTIONS - OECD
Title I - SCOPE OF APPLICATION AND GENERAL PROVISIONS . ... 105bis/1 Any request for protection pursuant to Staff Regulation 5bis)a) by an...
Read more >
Czech Style Guide - Inflectra Corporation
This part of the Style Guide contains information about standards specific to Czech. Country/Region Standards. Characters. Country/region. Czech Republic.
Read more >
FAQs: Renewing Your Registration - California DMV
Do you have questions about renewing your registration? We answer them here! Am I eligible to renew my registration online?
Read more >
https://www.madgetech.com/wp-content/uploads/2022/...
... weekly workflows showing a "next run time" with an incorrect time -Fixed weekly workflows not applying the chosen week interval correctly -Fixed...
Read more >
Global Trends 2030: Alternative Worlds
AlternAtive. Worlds a publication of the National Intelligence Council. DECEMBER 2012. NIC 2012-001. ISBN 978-1-929667-21-5. To view electronic version:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found