Changes between Initial Version and Version 2 of Ticket #7218


Ignore:
Timestamp:
Oct 18, 2012, 8:14:31 AM (10 years ago)
Author:
mikesherov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7218

    • Property Milestone changed from 1.9.0 to 1.11.0
  • Ticket #7218 – Description

    initial v2  
    11The number of week to calendar Brazil to be problem, because at year 2011 the first week begin at date 2011-01-02.
    22I resolved with line:
     3{{{
    34iso8601Week: function(date) {
    45...
     
    67...
    78}
     9}}}