Hello,
In my implementation of QueryBuilder I would like the date format resulting from `GetSqlFromRules` to be `yyyy-MM-dd`, however even if I set the `Format` property in the `QueryBuilderColumn` I always get the long format e.g. '1/25/2022 12:00:00 AM'. Is there a way to override the default format?
Thanks