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
Jugbeer BholaJugbeer Bhola 

OOB DateTime Field

Using an out of the box field for a date time value.OOB Date Time Fields

It is necessary to have the start date and end date as close as possible to avoid a void in the range window.  

Is it possible to load 1 second after midnight somehow?

When I tried '10/1/2023 0:01 AM'

I received Error: Invalid Date and Time


Same with '10/1/2023 01 AM' and '10/1/2023 :01 AM'

VinayVinay (Salesforce Developers) 
Hi Jugbeer,

If you are using standard date field this would be out of box functionality, try creating custom fields to use date fields.

https://help.salesforce.com/s/articleView?id=000384478&type=1

Thanks,