taffy-coustom-ui
Version:
16 lines (14 loc) • 436 B
HTML
<label>Date Input</label>
<jqxDateTimeInput
[width]="300" [height]="25">
</jqxDateTimeInput>
<br />
<label>Time Input</label>
<jqxDateTimeInput
[width]="300" [height]="30" [formatString]="'T'" [showTimeButton]="true" [showCalendarButton]="false">
</jqxDateTimeInput>
<br />
<label>Date Time Input</label>
<jqxDateTimeInput
[width]="300" [height]="30" [formatString]="'F'" [showTimeButton]="true">
</jqxDateTimeInput>