Home > Web Front-end > JS Tutorial > body text

jQuery EasyUI API Chinese Documentation DateTimeBox Date Time Box_jquery

WBOY
Release: 2016-05-16 18:00:53
Original
1432 people have browsed it

extends from $.fn.datebox.defaults. Rewrote defaults with $.fn.datetimebox.defaults .


Dependencies
datebox
timespinner
Usage

Copy code The code is as follows:



Copy code The code is as follows:

$('#dt').datetimebox({
showSeconds:false
});

特性

其特性扩展自 datebox,下列是为 datetimebox 增加的特性。

名称

类型

说明

默认值

showSeconds

boolean

定义是否显示秒的信息。

true

方法

其方法扩展自 datebox,下列是为 datetimebox 重写的方法。

名称

参数

说明

options

none

返回 options 对象。

spinner

none

returns the timespinner object.

setValue

value

Set the value of datetimebox .

Blog Garden Windy Translation.
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!