<?php echo $form->dateTime('normal', 'YMD', 'NONE', null , array( 'minYear'=>1900, 'maxYear'=>date('Y'), 'separator'=>'-' ), true); ?>
<?php echo $exform->dateYMD('extend', null , array( 'minYear'=>1900, 'maxYear'=>date('Y'), 'separator'=>array(" 年度 "," 月 "," 日 "), ), true); ?>