Home  >  Article  >  Web Front-end  >  How does the JQuery EasyUI date control control the date selection interval_jquery

How does the JQuery EasyUI date control control the date selection interval_jquery

WBOY
WBOYOriginal
2016-05-16 16:49:591827browse
Copy code The code is as follows:

Sale start date


onFocus ="WdatePicker({el:'usLineTime',dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D('ueLineTime')}'})"

value= "" required="true"/>

On sale end date


onFocus="WdatePicker({el:'ueLineTime',dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D( 'usLineTime')}'})"

value="" required="true "/>



Note: ueLineTime is the current time and mainly controls the date control,

MaxDate means that only the current date can be selected. Dates greater than the current date are grayed out and cannot be selected.

The principle of minDate is the same as above.
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