FormatDateTime
日期时间格式化组件,用于将时间戳或者已格式化的时间字符串转换成指定格式。
示例
<nut-formatdatetime
:datetime="1280977330748"
dateformat="yyyy-mm-dd hh:ii:ss"
></nut-formatdatetime>
<nut-formatdatetime
datetime="2015-02-18 15:23:48"
dateformat="mm/dd/yyyy hh:ii:ss"
></nut-formatdatetime>
<nut-formatdatetime
datetime="1280977330748"
dateformat="yyyy-mm-dd"
></nut-formatdatetime>
<nut-formatdatetime
datetime="1280977330748"
dateformat="hh:ii"
></nut-formatdatetime>
Props
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
datetime | 原始时间 | String | null | — |
dateformat | 输出格式 | String | null | — |