0
<sx:datetimepicker name="birthDate" required="true"  
value="%{employee.birthDate}"      
displayFormat="%{#application.dateFormat}"/>

这是我在jsp中使用的 struts 2 中的日期时间选择器标签, 默认情况下它是蓝色cssStyle { Background:red }

4

2 回答 2

1

您正在使用<sx:datetimepicker>标签,这意味着您正在使用dojo插件。您可以datetimepicker通过使用不同的dojo主题或覆盖与datetimepicker.

于 2012-10-27T09:18:17.317 回答
0

请尝试此 struts 2 使用默认 css,因此您不能尝试以下链接仅更改我提到的 css。如果您使用的是 struts dojo,请避免,因为它已被弃用。

日期选择器链接

     <style>
      .ui-datepicker .ui-widget-content {        background: #999 none;  }
     </style>
于 2012-10-27T07:03:49.160 回答