Replies: 2 comments 3 replies
-
I'm seeing something similar. Same thing with 'PPPP' Can anyone guess what's happening? |
Beta Was this translation helpful? Give feedback.
-
Both your examples seem fine to me: https://codesandbox.io/s/xenodochial-sammet-4tni4?file=/src/index.js Could you share more details about your setup, which version of date-fns you are using, how you are importing the |
Beta Was this translation helpful? Give feedback.
-
dateFns.format(new Date("2021-02-09T06:55:49.863"), 'PPPP');
doing this in browser just returns "PPPP"
Beta Was this translation helpful? Give feedback.
All reactions