I've used time-picker from PrimeNG, I need the time only on left and the time to be displayed on the right side of text. I'm unable to add css and change its view can any one please look into this ?
<div class="ui-g-12 ui-md-4">
<h3>Select a Time</h3>
<p-calendar [(ngModel)]="date8" [timeOnly]="true" class="timer"></p-calendar>
</div>