jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (14 loc) • 451 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>