UNPKG

jqwidgets-scripts-custom

Version:

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

19 lines (15 loc) 637 B
<fieldset style="width: 200px; margin-top:1em; margin-bottom: 1em; border: 1px solid lightgrey;"> Date is {{ date | json }} </fieldset> <label>Date Input</label> <jqxDateTimeInput [theme]="'material'" [(ngModel)]='date' [width]='300' [height]='25'> </jqxDateTimeInput> <br /> <fieldset style="width: 200px; margin-top:1em; margin-bottom: 1em; border: 1px solid lightgrey;"> Time is {{ time | json }} </fieldset> <label>Time Input</label> <jqxDateTimeInput [theme]="'material'" [(ngModel)]='time' [width]='300' [height]='25' [formatString]='"T"' [showTimeButton]='true' [showCalendarButton]='false'> </jqxDateTimeInput>