Skip to content

showing date in ui instead of time #238

@tarun-kodo

Description

@tarun-kodo

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions