function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChrisMcLChrisMcL 

formula - how to convert date to date/time field

I am setting the Task reminder date/time field using a date field and adding the number of dates. How do I convert a date field to date/time?
Code:
Submittal_Received__c +28

Syntax checker on the above formula field says I can't use the date field. Help shows to use the DATEVALUE field for converting date/time field to date, but what can I do to convert a date to date/time?