Skip to main content
How do I format time to differenciate AM from PM? For example how do I have to format the following times to upload records via Dataloader:

 

9:00am

 

9:00pm
3 respuestas
  1. 4 abr 2021, 00:35
    For Time field type, you can try the following:

     

    For 9:00AM -------> 09:00:00.123Z

     

    For 9:00PM -------> 21:00:00.123Z
0/9000