react学习(12)-moment插件设置日期格式
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react学习(12)-moment插件设置日期格式相关的知识,希望对你有一定的参考价值。
<p>
{moment(boothDetails.startTime).format('YYYY-MM-DD')}到
{moment(boothDetails.endTime).format('YYYY-MM-DD')}
</p>
以上是关于react学习(12)-moment插件设置日期格式的主要内容,如果未能解决你的问题,请参考以下文章
React & Ant-Design 应用 —— DatePicker 日期选择框 及 特定日期禁用 Moment.JS
React & Ant-Design 应用 —— DatePicker 日期选择框 及 特定日期禁用 Moment.JS