Just now, i checked and got it's allowing to select past date time.
If you want to display current date by default then use ##TODAY## in Default value field and use below css in content before field of page type.
<style>
.icon-only.btn-icon.btn{display: none;}
.form-control.EditingFormCalendarTextBox{pointer-events: none;}
</style>