% /*************************************************************** *
ProName:EdorSimpleDealInit.jsp
*Title:团体客户简易保全
*Description:团体客户简易保全
*Copyright:Copyright (c) 2012
*Company:Sinosoft
* @author : lisy * @version : 8.0 * @date : 2024-10-24 ****************************************************************/ %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page import="com.sinosoft.lis.pubfun.PubFun" %> <%@ page import="com.sinosoft.lis.pubfun.FDate" %> <%@ page import="java.util.Date" %> <% String CurrentDate = PubFun.getCurrentDate(); Date dt = PubFun.calDate(new FDate().getDate(CurrentDate), 1, "D", null); String ValidDate = CurrentDate; String dayAfterCurrent = new FDate().getString(dt); String CurrentTime = PubFun.getCurrentTime(); %>