更新记录
1.0(2026-04-11) 下载此版本
uniapp-x日期时间选择组件
平台兼容性
uni-app x(5.01)
| Chrome | Safari | Android | iOS | 鸿蒙 | 微信小程序 |
|---|---|---|---|---|---|
| √ | √ | √ | - | - | - |
文件放入components目录中,使用案例
| mode 值 | 显示列 | 输出格式 |
|---|---|---|
date |
年月日 | 2024-01-15 |
datetime |
年月日时分 | 2024-01-15 14:30 |
datetime-full |
年月日时分秒 | 2024-01-15 14:30:45 |
time |
时分秒 | 14:30:45 |
year-month |
年月 | 2024-01 |
date-hour |
年月日时 | 2024-01-15 14 |
代码示例:
<!-- 年月日 -->
<date-picker v-model="birthday" mode="date" />
<!-- 年月日时分 -->
<date-picker v-model="datetime" mode="datetime" />
<!-- 年月日时分秒 -->
<date-picker v-model="fullDatetime" mode="datetime-full" />
<!-- 时分秒 -->
<date-picker v-model="time" mode="time" title="选择时间" />
<!-- 年月 -->
<date-picker v-model="yearMonth" mode="year-month" />
<!-- 年月日时 -->
<date-picker v-model="dateHour" mode="date-hour" />

收藏人数:
下载插件并导入HBuilderX
赞赏(0)
下载 7101
赞赏 2
下载 11555168
赞赏 1904
赞赏
京公网安备:11010802035340号