CA Identity Manager includes a new date picker control. You can add this control in lists and profile screens.
The complete list of Java date formats appears in the documentation for Java™ 2 Platform Std. Ed. v1.4.2 at the Oracle website (http://java.sun.com/j2se/1.4.2/docs). Search for SimpleDateFormat.
The date picker control supports a subset of the Java date formats. It excludes the following formats that are supported in the SimpleDateFormat:
Symbol |
Meaning |
Type |
Example |
G |
Era |
Text |
"GG" -> "AD" |
D |
Day in year (1-365 or 1-364) |
Number |
"D" -> "65" "D" ->"065" |
W |
Week in month (1-5) |
Number |
"W" -> "3" |
K |
Hour (0-11 AM/PM) |
Number |
"K" -> "15" "KK"->"15" |
S |
Millisecond (0-999) |
Number |
"SSS" -> "007" |
Note: The date picker tool supports only a 24 hour time format.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |