We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The DatePicker is an input component for selecting a date or date range.
See Fundamental NGX:Core implementation of Date Picker.
<fdp-date-picker [(ngModel)]="startDate" [type]="'single'" [compact]="true" [state]="'valid'" [disabled]="true" > </fdp-date-picker>