使用struts2的datetimepicker 标签


struts2提供了日期标签,具体使用方法如下:

1,在<head></head>中加入 <s:head />

2.在合适的位置加入
<s:datetimepicker tooltip="请选择生日" label="生日" name="personInfo.personBirthday"
                weekStartsOn="1" displayFormat="yyyy-MM-dd" />

你可能感兴趣的:(日期标签的使用)