Skip to content

Commit

Permalink
Merge pull request #45 from EyeSeeTea/feature/day-time-picker-24
Browse files Browse the repository at this point in the history
DateTime picker 24h instead of AM PM
  • Loading branch information
MiquelAdell authored May 15, 2024
2 parents 29d3beb + 145f847 commit 3ab2ce9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const DateTimePickerWidget: React.FC<DateTimePickerWidgetProps> = props => {
value={new Date(stateValue)}
disabled={props.disabled}
onChange={newValue => notifyChange(newValue?.toISOString() ?? "")}
ampm={false}
/>
</LocalizationProvider>
);
Expand Down

0 comments on commit 3ab2ce9

Please sign in to comment.