【发布时间】:2021-01-07 11:57:35
【问题描述】:
我想更改 DD/MM/YYYY 中的格式日期,HH:MM 如果有人知道吗?我的代码:
class Dashboard extends Component {
constructor(props) {
super(props);
this.state = {
sport: {
clubs: [],
},
rival: {
clubs: [],
},
dateMatch: '',
DB: {sound: []},
};
}
在这里打电话
<Text
style={{
textAlign: 'center',
marginTop: 30,
fontSize: 18,
backgroundColor: 'rgba (209,209,209, .4)',
}}>
le {element.dateMatch}
</Text>
感谢收看!
【问题讨论】:
-
看看moment.js:momentjs.com