Hi, I tried to add a date input to the form with the order: year, month, day - national standard. The year doesn't get displayed. If the year is second or third then it displays fine.
No year:
echo $Sender->Form->Date('date', array('Fields' => array('year','month','day')));
Ok:
echo $Sender->Form->Date('date', array('Fields' => array('month','year','day')));