Project

General

Profile

« Previous | Next » 

Revision 5005

Added by daigle over 15 years ago

Input date formatting changes

View differences:

scheduleWorkflowRunSection.jsp
1 1
<%@ page    language="java" %>
2
<%@ page import="java.util.TimeZone" %>
2 3
<%
3 4
/*
4 5
*  '$RCSfile$'
......
87 88
					<div class="form-input-row">
88 89
						<div class="field-label" id='start-time-label' >Start Time: </div>  
89 90
						<input class="date-input" name='starttime' id='starttime' /> 
90
						<div class="field-suffix"> (mm/dd/yyyy hh:mm:ss z)</div>
91
						<div class="field-suffix"><%= TimeZone.getDefault().getDisplayName(true, TimeZone.SHORT) %> &nbsp;&nbsp;(mm/dd/yyyy hh:mm:ss)</div>
91 92
					</div>
92 93
					<div class="form-input-row">
93 94
						<div class="field-label" id='interval-label' >Interval: </div>  

Also available in: Unified diff