using
"@danielmoncada/angular-datetime-picker": "15.0.2",
in .module file imported these
OwlDateTimeModule,
OwlNativeDateTimeModule
in .html
<mat-form-field class="common-date-input-container" appearance="outline"> <input placeholder="Time" matInput formControlName="postSpecificTime" [owlDateTimeTrigger]="timePicker" [owlDateTime]="timePicker" readonly> <owl-date-time [pickerType]="'timer'" #timePicker></owl-date-time> <ion-icon name="time-outline" matSuffix class="clock-icon"></ion-icon> </mat-form-field>
still getting the value in date (mm/dd/yyyy) format in UI

using
"@danielmoncada/angular-datetime-picker": "15.0.2",in .module file imported these
in .html
<mat-form-field class="common-date-input-container" appearance="outline"> <input placeholder="Time" matInput formControlName="postSpecificTime" [owlDateTimeTrigger]="timePicker" [owlDateTime]="timePicker" readonly> <owl-date-time [pickerType]="'timer'" #timePicker></owl-date-time> <ion-icon name="time-outline" matSuffix class="clock-icon"></ion-icon> </mat-form-field>still getting the value in date (mm/dd/yyyy) format in UI