[置顶] JSP页面小脚本实现日期比较,Java同理,精简过后的,可能在效率上不太好,有大大可以给优化下就更好了

     <%
        java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat("yyyy-MM-dd hh-mm-ss");
        java.util.Date d = formatter.parse("2014-06-18 07-30-00");
        if (java.lang.System.currentTimeMillis() > d.getTime()) {
                    %>
111111111111111111111111111111111111
                    <%                    } else {
                    %>
2222222222222222222222222222222222
                    <%
        }
                    %>

你可能感兴趣的:(java,Web,jsp,优化,service,脚本)