Home  >  Article  >  Web Front-end  >  jQuery EasyUI API Chinese Documentation DateTimeBox Date Time Box_jquery

jQuery EasyUI API Chinese Documentation DateTimeBox Date Time Box_jquery

WBOY
WBOYOriginal
2016-05-16 18:00:531441browse

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.
Statement:
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