我如何在JSP中实现日期时间计算?
答
与java.text.SimpleDateFormat
解析它,然后将其转换为java.util.Calendar
它支持像添加时间和提取像星期几这样的字段。