displayFormat property no longer works. I've tried built-in as well as function and when I have a function it does not seem to be called anymore. Please take a look ASAP. Thanks.
Tried 06-17,and 06-20 build
Tried 06-17,and 06-20 build
Code:
isc.DynamicForm.create({
ID: "dateForm",
numCols: 4,
width: 600,
fields: [
{name:"directInputDate", title:"Direct Input Date", type:"date", useTextField:true, change:"dateLabel.setContents(value)", displayFormat:"toJapanShortDate"}
]
});
Comment