Changes between Initial Version and Version 2 of Ticket #7218
- Timestamp:
- Oct 18, 2012, 8:14:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7218
-
Property
Milestone
changed from
1.9.0
to1.11.0
-
Property
Milestone
changed from
-
Ticket #7218 – Description
initial v2 1 1 The number of week to calendar Brazil to be problem, because at year 2011 the first week begin at date 2011-01-02. 2 2 I resolved with line: 3 {{{ 3 4 iso8601Week: function(date) { 4 5 ... … … 6 7 ... 7 8 } 9 }}}