Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Date Restrictions based on start date & end date

    As i wanted to know if we could set the start date and to date to the respective dates of the term.
    In this aspect,this is taking some years back and further.

    Hence,i would like to know if i could excatly set the dates in the date picker to the specified term.

    thanks.
    [CODE]
    isc.DynamicForm.create({
    fields:[
    {startDate:new Date(1167589800000), endDate:new Date(1187548200000), name:"DateItem0",
    _constructor:"DateItem"}
    ],
    autoDraw:false,
    ID:"DynamicForm0"
    })

    [CODE]

    #2
    Hi Ayesha,

    The pop-up DateChooser is not currently capable of being constrained in this way, however, you could use a dateRange validator to ensure the user does not pick an out-of-bounds value.

    Comment

    Working...
    X