* months and days below the value of 10 cannot be a single digit, but must be padded with a preceding 0 in order to keep the string lengths equivalent; 2032/1/1 cannot be property compared with 2032/12/31 for example, as the strings are different lengths.
* putting the year and month first also improves the chance of a correct comparison, as a day 01 can be after a day 31 if the month and year are greater.
{{Attention|For the rest of this section, a DatePicker input is assumed.}}
</tabs>
[[Category:Client|Custom Filtering]]
[[Category:Filtering|Custom Filtering]]
[[Category:Styling|Custom Filtering]]
[[Category:WinX|Custom Filtering]]
[[Category:XAML|Implement Custom Filtering]]
[[Category:Xamarin|Custom Filtering]]
==== Individual DateTime Components ====