I used c8y-date-time-picker cumulocity component with dateType as ‘Time’ to display time picker component only in UI page. It’s displaying time picker only in Version 1020. But, same code is displaying both date and time picker in version 1018. I’ve attached both 1018 and 1020 version screenshots.
Start Time
<c8y-date-time-picker [dateType]=“‘Time’” id=“recurringTime”
[config]=“{ showSpinners: false, showSeconds: false, showMeridian: false }”
formControlName=“recurringTime”
[ngClass]=“selectOccurenceForm.controls.recurringTime.errors ? ‘has-error’ : ‘’”>