Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 01:55 PM
Hi
You can use <sn-date-picker> for this:
Replace '<input type="date" ng-model="item.starts"/>' with
<sp-date-picker field="item.starts" ng-model="item.starts" sn-change="" sn-include-time="true"/>
and
Replace '<input type="date" ng-model="item.ends"/>' with
<sp-date-picker field="item.ends" ng-model="item.ends" sn-change="" sn-include-time="true"/>
Taranjeet
Please mark reply as Helpful/Correct, if applicable. Thanks!