angularjs - Date/Time range picker for angular material -


i using angular material project.

i need date range picker functionalities & date-time range picker functionalities.

i have searched not able find picker working functionality.

i have tried smdatetimerangepicker didn't work start-date. open picker current date. doesn't have functionality of dynamic min/max date.

can point me on right direction can fine range picker working start, min, max,.. functionalities.

the best angular js date time picker can choose 720kb datepicker date alone, has nice ui , nice features. 720kb datepicker

<datepicker date-format="mm/dd/yyyy">    <input type="text" maxlength="10" id="dtdate"        ng-model="model.date" placeholder="mm/dd/yyyy"> </datepicker> 

the best time picker angular moment picker angular moment picker time

<input show-header="false" moment-picker="@ngmodel2" format="hh:mm"  today="true" min-view="day" ng-model="model.time" maxlength="5 "  id="time"  placeholder="hh:mm" /> 

the screenshot both date picker , time picker below date time picker snapshot


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -