First att all its working great but I got "one problem"
For my websites i am using y-m-d to put dates in my database but on my website i still preffer d-m-y because visitors understand it better. Is it posible to have 2 format. 1 for user input and 1 for the database output.
(And yes i know i can use it easy with php manually.)
If you use a recent version of FH (not version 1) then FormHandler will convert the date automaticaly so that it can be inserted into the database. So, if you give a mask like "m-d-y", "Y-d-m" or whatever, FormHandler will convert it automatically to y-m-d format.
There is nothing strange at it. FormHandler will change the datefields value into the correct format when you use the database option. In your onCorrect/onSaved function, the date is just returned just like the way it is entered by the form. So, if you have a mask like d-m-y, you will also get the dates in that way.