在js:
{
type: "calendar",
serverDateFormat: "%d-%m-%Y",
dateFormat: "%d-%m-%Y",
name: "al_date_to",
label: "Date To",
readonly: true,
validate: "NotEmpty",
value: "",
calendarPosition: "right"
},
在服务器端是:
"Fri Dec 21 09:40:00 UTC+0800 2012"
我希望日期格式是d-m-yyyy,我不知道如何解决这个问题。我看到了这个页面,但我不知道如何使用。dhtmlx date format in server side is not working。
你能帮我吗?