Struts 2 s:datetimepicker UI tag
<s:datetimepicker>: The <s:datetimepicker> tag is a dojo ajax tag and create a text box with a calendar icon. When calendar icon is clicked it will open the date time picker component. Syntax: <sx:datetimepicker name=”fieldName” label=”fieldLabel” displayFormat=”dateFormat”/> Note: Add <sx:head /> in the head element of your jsp. Example: test.jsp <%@ taglib uri="/struts-tags" prefix="s"%> <%@ taglib … Read more