– When using a Date Picker control to select a date and store it in Dataverse, the format of the stored content depends on whether the Dataverse column has been defined as ‘Date only’ or as ‘Date and time’
As you might expect, a ‘Date only’ column purely stores the date. For example, today’s date would be stored in US format: 11/05/2023
With a ‘Date and Time’ column, because a Data Picker control doesn’t have a time element, the default time of midnight, ie the start of the day, is appended to the date giving: 11/05/2023 00:00 AM