Having issues with Range Selection #343
Unanswered
AbisheekKumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently encountering an issue with the Range Date Picker component while using the en-GB locale. When I attempt to select a date range from 02-10-2023 to 10-10-2023, the start date is incorrectly being registered as 01-10-2023. I have followed the implementation guidelines provided in the official documentation.
I would greatly appreciate your assistance in resolving this matter.
Here is my program:
If i use this program without
registerTranslation('en-GB', enGB);
It's showing me this error :[react-native-paper-dates] The locale en is not registered, see README!, key: typeInDate
Beta Was this translation helpful? Give feedback.
All reactions