@Joern Please do the following:
1. For the first input, set the TextboxType to Date and set the Selected Date to this code <?php echo date("Y-m-d",time()); ?>
2. For the second input, set the TextboxType to Time and set the Selected Date to this code <?php echo date("H:i:S",time()); ?>