In this example, we use UIKernel.Editors.DatePicker to create a date picker.
value and onChange props are required, other props are optional.
To define a value format, we pass format prop.
To define a displayed value format, we pass textFormat prop.
min prop is used to define the minimum date.
max prop is used to define the maximum date.