-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix datepicker week number calculation
Fixes #159. Cause is that cljs-time (as well as JavaScript, goog.date etc) only have a ISO8601 week numbering algorithm for which weeks start on Monday. Support for starting on other days of the week requires an entirely custom week numbering algorithm which is documented in the code. Co-Authored-By: Mike Thompson <mike.thompson@day8.com.au>
- Loading branch information
1 parent
afadffb
commit 5849442
Showing
1 changed file
with
91 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters