Hello,
there is a bug in server side validation of date provided in form. If the date format is wrong, for instance "qwe" form can't be saved and error is returned. However if the user makes a mistake in a number not format (for instance 2015-09-40) form is accepted and the date is replaced with current date with no error message displayed.
Best regards