小编Ser*_* Sá的帖子

Moment.js - 我无法将日期更改为“pt-br”(ReactJS)

我正在 ReactJS 上用葡萄牙语制作日历。

尽管很简单,但我无法将我的图书馆日期“moment.js”更改为葡萄牙语(巴西)。

已经尝试过的代码:

<strong>{moment(currentDate).locale('pt-br').format('LLLL')}</strong>
Run Code Online (Sandbox Code Playgroud)

但我不工作,它一直用英语带来日期。

1英文日期

这是日期格式代码:

const [currentDate, setCurrentDate] = useState(new Date())

<Col>
 <strong>{moment(currentDate).format('LLLL')}</strong>
</Col>
Run Code Online (Sandbox Code Playgroud)

如何用葡萄牙语(巴西)进行约会?

date momentjs reactjs

3
推荐指数
1
解决办法
8914
查看次数

标签 统计

date ×1

momentjs ×1

reactjs ×1