Forum Discussion
bob_connelly
Sep 02, 2023Copper Contributor
Set default date/time in SharePoint list with TODAY and a set time
I am hoping to set up a default date and time for a SharePoint List—with the date defaulting to "today" and the time default to 8:00AM. If I use the "Today's Date" option, the time is set to 00:00. ...
- Sep 09, 2023
bob_connelly Use column settings like shown in attached image with this response.
Formula used:
=TODAY()+(8/24)
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap
Sep 09, 2023MVP
bob_connelly Use column settings like shown in attached image with this response.
Formula used:
=TODAY()+(8/24)
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- bob_connellySep 09, 2023Copper Contributor
ganeshsanap That worked! Thanks!