$("#searchForm").ligerForm({
inputWidth: 100,//輸入框寬度
labelWidth: 70, //標簽寬度
labelAlign: 'right',//標簽位置
space: 10, //表單項間隔
fields: [
{
display: '繳費開始時間', name: 'GNJSTARTDATE', labelWidth: 100, newline: false, width: 160, align: 'right', type: "date",
options: { showTime: true, }
},
{
display: '繳費截止時間', name: 'GNJENDDATE', labelWidth: 100, newline: false, width: 160, align: 'right', type: "date", cssClass: "field",
options: { showTime: true, }
}
]
})
我想把這個顯示日歷的開始時間改成00:00:00,截止時間改為23:59:59,應該怎么改?
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/186735.html
標籤:C#
