Giter Club home page Giter Club logo

Comments (6)

rhalff avatar rhalff commented on May 23, 2024 1

@taylorhakes I've added a pull request to fix this issue.

Although there are tests already using the ordinal variant they pass only because of the way the date is written:

See: https://github.com/taylorhakes/fecha/blob/master/test.js#L45-L54

For the date def 3rd, 2021 the leftover part (dateStr) is rd, 2021 the next pass then matches /\d{4}/ so the year is parsed correctly.

However when Friday 15th Jul is used the leftover part is th Jul and the word rule will try to match th with a month name, which fails.

This fix will correctly parse out 15th and the parseInt then converts it to 15.

dateStr will then correctly be Jul and the part will be parsed correctly.

from fecha.

gajus avatar gajus commented on May 23, 2024

It looks like the reason for this is that Do is being treated the same way as DD.

https://github.com/taylorhakes/fecha/blob/master/fecha.js#L198

As a result MMM is actually picking up th as opposed to Jul.

from fecha.

taylorhakes avatar taylorhakes commented on May 23, 2024

Thanks for the bug report. I am unable to fix bugs until Tuesday. If you submit a pull request with a fix, I can merge it and get it fixed.

from fecha.

taylorhakes avatar taylorhakes commented on May 23, 2024

Fixed in version 2.2.0. 4fe1536

from fecha.

gajus avatar gajus commented on May 23, 2024

What was the reason for bumping the minor version for a bug fix?

from fecha.

taylorhakes avatar taylorhakes commented on May 23, 2024

It should have been a patch release. I was incorrectly thinking it was new functionality. Fortunately, minor version changes for patch level changes are allowed.

from fecha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.