jueryUI完成工作日设置

<%@ page language="java" contentType="text/html; charset=GBK"%>  
  
<%@ include file="/common/taglibs.jsp"%>  
<%  
try {  
%>  
  
<%  
//你的查询列表的路径  
String contextPath = request.getContextPath();  
String basePath = request.getScheme() + "://"  
+ request.getServerName() + ":"  
+ request.getServerPort() + contextPath + "/";  
String getCurYear = request.getParameter("getCurYear");  
request.setAttribute("getCurYear", getCurYear);  
%>  
  
  
  
  
  
  
  
  
  
  
  
  
工作日设置添加页面
<% } catch (Exception e) { e.printStackTrace(); } %>

你可能感兴趣的:(jueryUI完成工作日设置)