Anton Cherniavskyi
Anton Cherniavskyi
@msf-caesar Why do you think that displaying marks outside is an expected behavior? For me it seems that marks should be inside the track and it should be the default...
@iamkun None of timezone tests is broken, what test do you want me to add? Do you want to simulate `Date { NaN }` behavior or what?
@iamkun Could you please review it?
I faced the same issue, on iOS everything is good, but on Android I got `null` and `Invalid Date`. Maybe it is somehow related to https://github.com/facebook/react-native/issues/28097. Have you found a...
Hi, @weihe8892. You can use `updateLocale` plugin (https://day.js.org/docs/en/customization/customization) to achieve the expected behavior: ``` dayjs.updateLocale('en', { monthsShort: ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC'], })...