%@ page import="com.atlassian.jira.ComponentManager" %>
<%@ page import="com.atlassian.jira.config.properties.APKeys" %>
<%@ page import="com.atlassian.jira.config.properties.ApplicationProperties" %>
<%@ page import="com.atlassian.jira.web.action.util.CalendarResourceIncluder" %>
<%@ page import="java.util.Calendar" %>
<%@ page import="java.util.Locale" %>
<%@ taglib prefix="ww" uri="webwork" %>
<%@ taglib prefix="aui" uri="webwork" %>
accesskey=""
class="text
long-field
medium-field
short-field
very-short-field
full-width-field
"
data=""
disabled="disabled"
id="-date-picker"
maxlength=""
name=""
readonly="readonly"
style=""
tabindex=""
type="text"
title=""
<%-- the parameter 'nameValue' holds the result of evaluating getXXX() where XXX is the 'name' parameter --%>
value=""
/>
<%
final ApplicationProperties appProperties = ComponentManager.getComponentInstanceOfType(ApplicationProperties.class);
final Locale locale = ComponentManager.getInstance().getJiraAuthenticationContext().getI18nHelper().getLocale();
final CalendarResourceIncluder calendarResourceIncluder = new CalendarResourceIncluder();
calendarResourceIncluder.includeForLocale(locale);
%>