<%-- Class Name : EgovIndvdlSchdulManageDetail.jsp Description : 일정관리 상세보기 Modification Information 수정일 수정자 수정내용 ------- -------- --------------------------- 2008.03.09 장동한 최초 생성 2011.08.31 JJY 경량환경 버전 생성 author : 공통서비스 개발팀 장동한 since : 2009.03.09 --%> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%pageContext.setAttribute("crlf", "\r\n"); %> <% String sLinkType = request.getParameter("linkType") == null ? "" : (String)request.getParameter("linkType"); %> 일정 상세
  • HOME
  • >
  • 사용자관리
  • >
  • 일정관리 상세보기

일정관리 상세보기

일정구분
중요도
부서
일정명
일정 내용
반복구분
날짜/시간 ${fn:substring(resultList[0].schdulBgnde, 0, 4)}-${fn:substring(resultList[0].schdulBgnde, 4, 6)}-${fn:substring(resultList[0].schdulBgnde, 6, 8)} ${fn:substring(resultList[0].schdulBgnde, 8, 10)}시 ${fn:substring(resultList[0].schdulBgnde, 10, 12)}분 ~ ${fn:substring(resultList[0].schdulEndde, 0, 4)}-${fn:substring(resultList[0].schdulEndde, 4, 6)}-${fn:substring(resultList[0].schdulEndde, 6, 8)} ${fn:substring(resultList[0].schdulEndde, 8, 10)}시 ${fn:substring(resultList[0].schdulEndde, 10, 12)}분
담당자
파일첨부
<% if(null != session.getAttribute("LoginVO")){ %> <% } %> <% if(null != session.getAttribute("LoginVO")){ %> <% }%>