Home > Net >  Novice, ligerform problem
Novice, ligerform problem

Time:10-24

 $(" # 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,}
}
]
})


I want to change this displays the start time of the calendar to 00:00:00, deadline to 23:59:59, how should change?
  •  Tags:  
  • C#