Changes
/* Filtering a DateTime Property */ added section on troubleshooting localization
<br>
==== Comparison ====
</tabs>
==== Individual DateTime Components ====
<br>
<br>
==== Troubleshooting ====
If no match is found when one is expected, it's possible that localization is affecting the ToString evaluation of the object's DateTime property. The StringFormatConverter used in the Start/End_FilterExpression hardcodes a search string (in this case yyyy/MM/dd with '/' as seperators). To check that that the matched strings coming from the datepickers and property values are exactly the same, output both to the UI and ensure that everything about them is the same, including order of year-month-day elements, dividing symbols, etc.
{{UnderConstructionEnd}}