UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

16 lines (14 loc) 499 B
<label>Date Input</label> <jqxDateTimeInput [theme]="'material'" [width]="300" [height]="25"> </jqxDateTimeInput> <br /> <label>Time Input</label> <jqxDateTimeInput [theme]="'material'" [width]="300" [height]="30" [formatString]="'T'" [showTimeButton]="true" [showCalendarButton]="false"> </jqxDateTimeInput> <br /> <label>Date Time Input</label> <jqxDateTimeInput [theme]="'material'" [width]="300" [height]="30" [formatString]="'F'" [showTimeButton]="true"> </jqxDateTimeInput>