Changes between Initial Version and Version 4 of Ticket #28649


Ignore:
Timestamp:
Sep 29, 2017, 1:37:36 AM (7 years ago)
Author:
Sigurd Ljødal
Comment:

Hey felixxm, looks like you've misunderstood what I have implemented, it's not the ExtractWeek class, but a cross database solution for Extract('some_date', 'isoyear'). I've updated the description a bit to clarify this.

The week-numbering year is different from the Julian year, as e.g. January 1st, 2017 is in week 52 of 2016.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28649

    • Property Has patch set
    • Property Owner changed from nobody to Sigurd Ljødal
    • Property Cc Mariusz Felisiak added
  • Ticket #28649 – Description

    initial v4  
    1414}}}
    1515
    16 but unfortunately this does not work across databases. I've implemented an `ExtractWeekYear` class with support for all databases and will submit a pull request shortly.
     16but unfortunately extracting the week year like this does not work across databases. I've implemented an `ExtractWeekYear` class with support for all databases and will submit a pull request shortly.
Back to Top