We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I use this: https://react-rainbow.io/#/DateTimePicker
but when I set locale to "de-DE" then in time is AM/PM and not in german. Is this a bug ?
<DateTimePicker id="datetimepicker-1" label="DateTimePicker label" value={new Date('2019-10-25 10:44')} formatStyle="large" locale="de-DE" />
The text was updated successfully, but these errors were encountered:
@pullmann4rent Yes you are right, this is a bug
Sorry, something went wrong.
but if you want to remove the AM/PM you can use hour24 prop to true and then the time will be based 24 hours and then it will not show AM/PM
hour24
thanks!! but one problem why my datetimepicker looks so wired and unclean ?
@pullmann4rent this is broken, what browser and OS are you using?
No branches or pull requests
Hello,
I use this:
https://react-rainbow.io/#/DateTimePicker
but when I set locale to "de-DE" then in time is AM/PM and not in german. Is this a bug ?
The text was updated successfully, but these errors were encountered: