fastjs-team / core

Fastjs is a useful, lightweight JavaScript library for any types of project.
https://fastjs.dev
MIT License
341 stars 37 forks source link

Unexpected output when using date module to parse a format include <xxx> #86

Closed xiaodong2008 closed 6 months ago

xiaodong2008 commented 6 months ago

When parsing a format that includes , it will give an output with <>, but it shouldn't.

Example: <Now Date>: ... -> <Now Date>: ... Expect: <Now Date>: ... -> Now Date: ...