I have a problem when formating and parsering datetimebox
Look at this fiddle
http://jsfiddle.net/aswzen/c8kragem/I just make the default datetimebox appear and allow to be set with format
DD/MM/YYYY HH:IIbut the result is not same as expectation

i set the datetimebox via
js to
'20/2/2015 10:00' but the box show
08/02/2016 10:00 ->
wrong date and not same as formatand next i set the datetimebox
via the chooser to
20 February 2015 but the box show
2/20/2015 10:00 ->
not same as format 
any explanation ?
and
is the method onBeforeSelect exist in datetimebox ?
or is there any event listener to OK button inside the chooser?
thank you in advance