Vadim Popa

Results 13 issues of Vadim Popa

Fix uk locale abbreviated months matcher. Extend formatParserTokens testing with all year months. The initial abbreviations were resulting many Invalid Dates and Errors, you can see here: https://github.com/date-fns/date-fns/pull/3139/commits/371638c53e8a4f3087b5f019f54de20281755f71#diff-e7a044747c760242f5fc578749d6b8ad313008832a49188cc711ce34b77ae5d9

Test Code: ``` import { format, parse } from "date-fns"; import uk from "date-fns/locale/uk"; const locale = { locale: uk }; const dateIn = new Date("August 3, 2002 03:24:50"); const...

Hi, it seems that for SV, the parser returns invalid date for 'd MMM y'. Example below tested with v2.29.1. ``` import { format, parse } from "date-fns"; import sv...

πŸ› Bug
🌏 I18n

Fixes https://github.com/marnusw/date-fns-tz/issues/195

Consider below test case and notice where the timezone should be, it shows the year instead: "HH:mm:ss z d MMMM, y" outputs "13:13:14 2019 11 thΓ‘ng 01, 2019" ``` it('format...

### Reproducible in vscode.dev or in VS Code Desktop? - [ ] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ]...

I see in in readme this: " It could even be used inside a browser.". But looking in code I see is not browser runnable, and in dist there aren't...

Hi guys, I'm upgrading to v3 and I'm struggling with adjusting the dynamic import that works in previous version as in https://github.com/date-fns/date-fns/blob/main/docs/webpack.md .The doc is not updated to v3. Used...

πŸ“ƒ Docs
πŸ“‘ Needs docs update

This PR relates to https://github.com/date-fns/date-fns/issues/3774

πŸ“ƒ Docs

Upgrade yarn to 1.22.22