nebular icon indicating copy to clipboard operation
nebular copied to clipboard

fix(NbRangeAdapterService) :parse and format symbols '-' to ' - ' in NbRangeAdapterService file

Open TianLiangZhou opened this issue 3 years ago • 0 comments

Please read and mark the following check list before creating a pull request:

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'

TianLiangZhou avatar Jul 28 '22 09:07 TianLiangZhou