java jsp 时间格式化

  • 使用artTemplate模板填充,
   <div class="col-sm-8">
        <input type="text" class="form-control form_date" name="entity.calibrateTime"  value="{{calibrateTime | dateFormat:'yyyy-MM-dd'}}">
   </div> 
  • jstl ssh
 <input  class="form-control form_date" name="entity.accountTime" value="<s:date name='entity.accountTime' format='yyyy-MM-dd'/>">

 <p><fmt:formatDate value="${entity.checkTime}" type="date"></fmt:formatDate></p>

猜你喜欢

转载自www.cnblogs.com/vixviy/p/8981650.html