Skip to content

Commit

Permalink
Use locale for datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd-bes committed Aug 29, 2024
1 parent a669ad5 commit 1ee66fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/datatrak-web/src/features/Tasks/DueDatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const DueDatePicker = ({
error={invalid}
helperText={helperText}
disabled={disabled}
format="P"
/>
</Wrapper>
);
Expand Down

0 comments on commit 1ee66fb

Please sign in to comment.