Hi @Anonymous
Go to Portal Management -> Web Page

In General Tab, Now you can see "Localized Content" Section. Open that record.
In content page, Click on "Advanced" tab.

There will be "Custom Javascript" field and add code.
$(document).ready(function() {
$("#scheduledstart").next().data("DateTimePicker").minDate(moment());
});
Let me know if you have concern!