Thanks for this great tool. I have started using it in a project on hand and its a super timesaver !!!
However, i found an error that is if you use setValue to set a value for the DateField, the year is not populated. I tracked it and found that line # 534 of class.DateField.php has the following line:
$y = date('y', $sValue );
If the 'y' is changed to 'Y' then it functions properly.