nebular
nebular copied to clipboard
fix(NbRangeAdapterService) :parse and format symbols '-' to ' - ' in NbRangeAdapterService file
Please read and mark the following check list before creating a pull request:
- [] I read and followed the CONTRIBUTING.md guide.
Short description of what this resolves:
The time format commonly used in China is like '2022-11-11', which will cause the verification to faill.
Convert the symbol ‘-’ to ' - ' to validate the format '2022-12-01 - 2022-12-11'