エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to use different locales with browserify/npm build? · Issue #10 · zippyui/react-date-picker · GitHub
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to use different locales with browserify/npm build? · Issue #10 · zippyui/react-date-picker · GitHub
Hi Tuomas. I've just published v1.4.1 to npm, please make sure you update to that, it won't inclu... Hi Tuomas. I've just published v1.4.1 to npm, please make sure you update to that, it won't include it's own momentjs any more. If you want to use a custom locale, simply require the appropriate momentjs locale before require-ing react-date-picker Example: //make sure you require this first! var nl = require('moment/locale/nl') //and then require the date picker - it will use the locale you previo