mistic100 / jQuery-QueryBuilder

jQuery plugin offering an interface to create complex queries
https://querybuilder.js.org
MIT License
1.67k stars 552 forks source link

Use momentjs strict mode #985

Open roniemartinez opened 9 months ago

roniemartinez commented 9 months ago

Currently, date/time validation passes even though there are invalid characters in the input.

More details about strict mode here: https://momentjs.com/guides/#/parsing/strict-mode/