第一种方式: //先在代码段定义<% long date = new Date().getTime(); request.setAttribute("date", date); %>//然后EL表达式引用${date} 或者 //同样道理 这里得到时间 <% Date nowDate = new Date(); request.setAttribute("nowDate", nowDate); %>${nowDate} 第二种: 在JSP页首
最近在做练习时碰到了这样一个问题:"读者选择查询图书相应信息,跳转到书目的详细信息界面,当可借阅数量大于零,点击借阅按钮,提示用户借阅成功,并显示归还日期(三个月),否则提示用户该书可借阅数量为0,无法借阅."要实现显示归还日期的功能,就得获取借书时的时间并保存到数据库.下面给大家分享一下jsp页面动态获取系统时间的方法: <script language="javascript"> //从服务器上获取初始时间 var currentDate = new
获取当前时间 func Now func Now() Time 1 Now returns the current local time. func (Time) UTC func (t Time) UTC() Time 1 UTC returns t with the location set to UTC. func (Time) Unix func (t Time) Unix() int64 1 Unix returns t as a Unix time, the number of se