question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] Japan Date Format Wrong

See original GitHub issue

[Android] Japan Day Format Wrong

Now, showing like this:

2020年3月11日水曜日3月20

Could you help me to change the format like this?

2020年3月11日

or

2020年3月11日(水)

<DatePicker
            mode='date'
            date={value}
            locale='ja'
            onDateChange={date => this.setState({value: date})}
/>

  • React Native version [0.61.4]
  • react-native-date-picker version [2.7.0]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
developer1031commented, Apr 11, 2020

@henninghall 確認出来ました。 本当に嬉しいです!〜 ありがとうございます〜〜〜

1reaction
ipk2015commented, Mar 27, 2020

@henninghall I fix the bug and create a pull request, plz review it. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

java - How to convert Japanese date into English date format?
I set Japanese date using Locale (e.g. 21 ...
Read more >
Wrong SimpleDateFormat behavior with Japanese Imperial ...
I have tested New Era for Japanese Imperial Calendar. In Java 8, the letter "G" indicates a short or abbreviated form like "H"...
Read more >
JapaneseDate | Android Developers
Obtains a JapaneseDate representing a date in the Japanese calendar system from the era, year-of-era, ... Formats this date using the specified formatter....
Read more >
Error: Enter a Valid Date Format - With Filtering by Dates in ...
As soon as one of the dates is set for the upcoming month in the Japanese language, the error asks to enter a...
Read more >
Locale support in AppSheet - Google Help
The Google Sheets Locale setting controls how Date , DateTime , Decimal ... Sheets Locale is United States, dates are normally entered in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found