我有一个用英语进行的约会时刻。我正在尝试添加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)
使用此代码我可以得到英文日期。