I'm using calendar input as follows.
<p-calendar maxDate="dateTime" showTime="true" hourFormat="12" showButtonBar="true" [(ngModel)]="dateTime" name="timeOfUse" required #timeOfUse="ngModel">
</p-calendar>
I want to disable future dates in this datepicker. It may be a simple property, but I can't figure it out. Appreciate any help