VVII
  • 使用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>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-12
  • 2021-11-12
  • 2021-12-29
  • 2021-11-07
  • 2022-02-07
  • 2021-10-23
猜你喜欢
  • 2021-11-12
  • 2022-12-23
  • 2021-07-19
  • 2021-11-12
  • 2021-12-15
  • 2021-11-23
相关资源
相似解决方案