Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong week number #1

Open
KevinHerklotz opened this issue Apr 19, 2016 · 1 comment
Open

Wrong week number #1

KevinHerklotz opened this issue Apr 19, 2016 · 1 comment

Comments

@KevinHerklotz
Copy link

Example for Jan 05 2016:

var isoWeek = require('iso-week');
console.log(isoWeek(new Date(2016,0,5)));

outputs 2 but expected output is 1
See here: Link

@KevinHerklotz
Copy link
Author

KevinHerklotz commented Apr 19, 2016

by the way: here you can find a function called isoWeek that works for me.

And your test should test for moment().isoWeek();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant