Unintended use of week year date format?

Issue #14 resolved
Former user created an issue

The DateUtil class uses "YYYY" to format / parse years. This may yield unexpected dates around year-end, as all days of a week are treated to be part of the same year. Was "yyyy" intended instead?

Comments (1)

  1. Phillip repo owner

    Indeed, YYYY format is not giving the wanted results. Code fixed and unit tests added. Resolved in 0.0.7

  2. Log in to comment