When creating a dateTimePicker inside a table:
<s:form type="table">
<s:dateTimePicker name="date" />
</s:form>
The default label should be <fmt:message key="date" /> unless the label attribute is specified, in which case it should be <fmt:message key="${label}" />