I'm trying to set a default date in an input box.
Here is the code: http://jsfiddle.net/tNpKY/3/
I've tried defaultDate: new Date(1985, 00, 01)
and also defaultDate: +7
but none of those are working for me -> The input is still empty.
Thank you in advance.