react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

如何把月份英文换成数字

Open sleepserenade opened this issue 5 years ago • 5 comments

Issue

Expected Behavior

Code


Environment

  1. react-native -v:
  2. node -v:
  3. npm -v:
  4. yarn --version:
  5. target platform: Android | iOS
  6. operating system:

sleepserenade avatar Feb 15 '20 14:02 sleepserenade

well, i think you can't controll absolutely this component, you can use locale (https://facebook.github.io/react-native/docs/datepickerios#locale) setting in ios. and refer to #71

LSJJOON avatar Feb 16 '20 13:02 LSJJOON

    confirmBtnText="确定"
    cancelBtnText="取消"
    locale={"zh-Hans"}

mmorcc avatar Apr 15 '20 03:04 mmorcc

locale={I18n.currentLocale()} import I18n,it worked for me

wolfXu avatar Apr 29 '20 02:04 wolfXu

thank you 

------------------ 原始邮件 ------------------ 发件人: "wolfXu"<[email protected]>; 发送时间: 2020年4月29日(星期三) 上午10:21 收件人: "xgfe/react-native-datepicker"<[email protected]>; 抄送: "Chox"<[email protected]>;"Author"<[email protected]>; 主题: Re: [xgfe/react-native-datepicker] 如何把月份英文换成数字 (#405)

locale={I18n.currentLocale()} import I18n,it worked for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sleepserenade avatar Apr 30 '20 08:04 sleepserenade

    confirmBtnText="确定"
    cancelBtnText="取消"
    locale={"zh-Hans"}

jolun1211 avatar Jul 09 '20 04:07 jolun1211