ExtJS to date Datefield control set default value

Source: Internet
Author: User

Suppose Extjs4

Datefield the date control to set the default value. For the first January of the day, and after a month

Ext.Date.MONTH Month

Ext.Date.YEAR year

Ext.Date.DAY days

' Date ',                {                    xtype: ' Datefield ',                    itemId: ' begindate ',                    format: ' y-m-d ',                    value:Ext.util.Format.date ( Ext.Date.add (New Date (), ext.date.month,-1), "y-m-d")                },                '-',                {                    xtype: ' Datefield ',                    itemId: ' EndDate ',                    format: ' y-m-d ',                    value:Ext.util.Format.date (Ext.Date.add (new Date (), ext.date.month,1), "y-m-d ")                },

Assume that the EXTJS4 is the following version number:

Do not set the current date new Ext.form.DateField ({        Fieldlabel: ' Start time ',        name: ' StartTime ',        ID: ' Starttimeid ',        Enablekeyevents:true,        width:110,        format: ' y-m-d h:i:s ',        value:new Date (). Add (Date.day, -7),        Emptytext: ' Show as Empty '       }),

Set the current date        new Ext.form.DateField ({        fieldlabel: ' End Time ',        name: ' EndTime ',        ID: ' Endtimeid ',        Enablekeyevents:true,        width:110,        format: ' y-m-d h:i:s ',       value:new Date ()       })



Copyright notice: This article Bo Master original articles, blogs, without consent may not be reproduced.

ExtJS to date Datefield control set default value

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.