Hello everyone,
I have an app that patch to SharePoint list, including a calendar (Date Picker) selection menu, this calendar I set it to select Today() by default, but if the user keep the application open, the calendar won't show the today date, and so the patch will take the date that is selected in the calendar.
Is there a way to refresh this calendar (Date Picker) or reset it to show today date.
I need it to be selectable, as the user may need to patch with a different date.
So how to reset this calendar each hour maybe, to Today()
Thanks for all
Solved! Go to Solution.
Here are a couple of ways you could handle this:
Hope that helps,
Bryan
Here are a couple of ways you could handle this:
Hope that helps,
Bryan
Thanks it works by resetting the Date Picker after the patch!