Creating SFDatePicker and set parameters like in this code:
<Custom:SfDatePicker ShowDropDownButton="True" FormatString="dd/MM/yyyy" SelectorFormatString="dd/MM/yyyy" AllowInlineEditing="True" />
Everytime when I clicked button to open date selector I have different date,
The month changed. When I have date 07/11/2018 is July, on close, in date picker is 11/07/2018, open again I see that is November, on close date picker display 07/11/2018,
Set AllowInlineEditing = False, is ok