$(" # searchForm "). LigerForm ({
InputWidth: 100,//input box width
LabelWidth: 70,//label width
LabelAlign: "right",//label position
Space: 10,//form item interval
Fields: [
{
Display: 'capture to expend the start time, name:' GNJSTARTDATE, labelWidth: 100, newline: false, width: 160, align: 'right' type: "date",
Options: {showTime: true,}
},
{
Display: 'payment deadline, name:' GNJENDDATE, labelWidth: 100, newline: false, width: 160, align: 'right' type: "date", cssClass: "field,"
Options: {showTime: true,}
}
]
})