Code Monkey home page Code Monkey logo

Comments (4)

taylorhakes avatar taylorhakes commented on May 28, 2024

@williamrijksen If you could give more details about your issue it would be very helpful. What function are you using (parse or format)? What values are you passing to the function?

When filling out an issue (on any code base) you should show some example code reproducing the issue. It's really difficult to know what is going on from a general error. I hope this doesn't come off as harsh. I really want to fix your issue.

Anyways, I still dug around and tried to find any issues with YYYYMMDD. I added 2 tests to the test suite. One for fecha.parse and one for fecha.parse with YYYYMMDD. They both pass, but maybe I am not using the right value?

dd4b3f4#diff-1dd241c4cd3fd1dd89c570cee98b79ddR21

from fecha.

williamrijksen avatar williamrijksen commented on May 28, 2024

Hello @taylorhakes,

I tested it with the following format:
fecha.parse('YYYYMMDD', new Date()) on node 6.3.0. Client side it was compiled by babel.

testParse('YYYYMMDD', '2000-01-01', 'YYYYMMDD', new Date(2000, 0, 1)) doesn't lead into some troubles. I cannot reproduce the problem with your test-suite. Maybe the transpile with babel is the reason of this problem.

from fecha.

taylorhakes avatar taylorhakes commented on May 28, 2024

It looks like you are using fecha.parse incorrectly. The arguments are

fecha.parse('<Date String>', '<Date Format>');

Are you trying to parse or format?

Please take a look at the readme for the correct way to use fecha.parse and fecha.format.
https://github.com/taylorhakes/fecha#use-it

from fecha.

taylorhakes avatar taylorhakes commented on May 28, 2024

I am going to close until I get more information.

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.