Xenoveritas
Results
1
comments of
Xenoveritas
The `matchWord` pattern in `src/plugin/customParseFormat/index.js` is missing the `.`, so `MMM.` doesn't work. `"."` as a separator should work anywhere else. So, for example: ```javascript dayjs('Mar. 19, 2025 12:00 am',...