我将表单绑定到一个网格并尝试使用以下方法进行日历输入:
{ 类型:“日历”,dateFormat:“%Y-%m-%d %H:%i:%s”,名称:“creationdate”,标签:“”,labelWidth:250,labelAlign:“left”,只读: false, enableTime: true, calendarPosition: "under", labelLeft:825, labelTop:75, inputWidth:297, inputLeft:303, inputTop:116 }
在我选择日期后,它以这种格式显示2013-04-15 07:35:00但在我点击保存后它以这种格式显示到我的网格中:Mon Apr 15 2013 07:35:00 GMT+0300 (GTB夏令时)。我怎样才能让它以与我的日历输入相同的格式显示?
问题是这种格式没有保存在我的数据库中。