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]
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]
Comment