%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% CheckSecurity(1) DateIntervention = GetParam("DateInterv") SemRedirect = DatePart("ww",DateIntervention,2,3) ShowBeginDate = FormatDateTime(DateIntervention,2) If GetParam("ShowEndDate") = "" then ShowEndDate = ShowBeginDate else ShowEndDate = GetParam("ShowEndDate") end if ' ShowBeginDate = DateToHtml(ShowBeginDate) IdEmpl = GetParam("IdEmpl") ErrorMessage = 0 ErrorMessage = GetParam("Mess") actionupdate = 0 BTH = 0 BTM = 0 ETH = 0 ETM = 0 BTH = GetParam("BTH") BTM = GetParam("BTM") If BTH = 0 AND BTM = 0 then BTH = 9 BTM = 0 End if ETH = GetParam("ETH") ETM = GetParam("ETM") If ETH = 0 AND ETM = 0 then ETH = 18 ETM = 0 End if CBNC = GetParam("CBNC") CBFD = "on" If ErrorMessage <> 0 then CBFD = GetParam("CBFD") end if Customer = GetParam("CustInt") CustomerList = GetParam("CustIntList") JobDescription = GetParam("JD") %>
<% DateTest = "03/04/2008" ' Response.Write("DateTest : " & DateTest & "