小编Wen*_*non的帖子

如何添加 moment.locale()

我有一个用英语进行的约会时刻。我正在尝试添加moment.locale法语约会,但它不起作用。应该创建一个变量来做到这一点?或者只是添加moment.locale()某个地方?

 <View style={{flex: 1}}>
        <Text style={{color: 'white', textAlign: 'center', marginTop:20}}>
              
              {moment(element.dateMatch).format('LLLL')}
            </Text>
        </View>
Run Code Online (Sandbox Code Playgroud)

使用此代码我可以得到英文日期。

javascript momentjs react-native

0
推荐指数
1
解决办法
8645
查看次数

标签 统计

javascript ×1

momentjs ×1

react-native ×1