
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 06:38 AM
So we have this nice service portal widget date picker:
<sp-date-picker ng-model="data.datePicker" sn-change="customDate()"></sp-date-picker>
Do we have a date/time picker OOB?
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 11:17 AM
I was able to use the same picker with time by adding the sn-include-time="true" parameter?
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2018 10:45 AM
Scratch that, I figured it out. 🙂