表单中日期数据无法显示

提问 已结 15 11177
悬赏:50飞吻
如json返回前台
{account:admin, birthday:1992-11-16, company_id:1, create_by:null, create_date:2017-11-16 20:29:18.0, dept_id:16003, email:544188838@qq.com, employee_number:10000, id:1, is_locked:N, is_used:N, phone_number:14678909887, position_level:1, status:null, update_by:null, update_date:null, user_name:孙大海}
但是是前台就是无法显示时间birthday
前台代码是
<th class="label" width="12%">生日</th>
<td width="38%">
<input type="text" name="sysUser.BIRTHDAY" data-toggle="topjui-datebox"
data-options="required:true,width:200" value="${sysUser.BIRTHDAY!}">
</td>
其他类似的 一些文本框都显示了,但是就是时间显示不出来,不清楚为什么,求解决?
实在不行能否远程支持一下
回帖
回帖须知