C8ydatetimepicker component time picker issue

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’ : ‘’”>


Hi @Vignesh.Babu,

if you compare the documentation for this component for v1018.0.0 and v1020.0.0, you will notice that the dateType input that you are using is not available on v1018.0.0.

Regards,
Tristan