Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

I am currently developing filtering based on query builder rules. I have noticed that sometimes date column is not parsed properly and takes only last 2 digits of year(2019 => 19).

In the attachment below I have tried to capture the problem. The example is accessible on https://ej2.syncfusion.com/demos/#/material/query-builder/template.html.

Steps to reproduce:

  1. Choose 'Description' column from selection.
  2. Choose 'Date' column from selection
  3. Wrongly parsed date is displayed in JSON rule model

Versions:

"Edit in StackBlitz" shows all packages

"@syncfusion/ej2": "17.1.51",