jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (6 loc) • 383 B
HTML
<label>Date Input</label>
<jqxDateTimeInput [theme]="'material'" #dateInput [auto-create]='false'></jqxDateTimeInput><br />
<label>Time Input</label>
<jqxDateTimeInput [theme]="'material'" #timeInput [auto-create]='false'></jqxDateTimeInput><br />
<label>Date Time Input</label>
<jqxDateTimeInput [theme]="'material'" #dateTimeInput [auto-create]='false'></jqxDateTimeInput>