未验证 提交 974cfd6a 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-timepicker.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 4a53e928
# TimePicker
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> **说明:**
> 该组件从API Version 8开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
......@@ -58,7 +58,7 @@ TimePicker(options?: TimePickerOptions)
@Entry
@Component
struct TimePickerExample {
private selectedTime: Date = new Date('08-00')
private selectedTime: Date = new Date('7/22/2022 8:00:00')
build() {
Column() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册