<myDate fmt="DMY/">25/12/04</myDate> <!-- 2004-12-25 --> <myDate fmt="Dmy">25.12.04</myDate> <!-- 2004-12-25 --> <myDate fmt="*cymd0">0971123</myDate> <!-- 1997-11-23 -->
<data adjust="right">abcde</data>
| case option | fmt, example "*MDY/" | adjust, example "right" |
|---|---|---|
| not specified |
fmt="mdy/" fmt="*mdy/" |
adjust="right" |
| 'case=lower' |
fmt="mdy/" fmt="*mdy/" |
adjust="right" |
| 'case=upper' |
fmt="MDY/" fmt="*MDY/" |
ADJUST="RIGHT" |
| 'case=any' |
Fmt="Mdy/" FMT="*mDY/" and so on |
Adjust="Right" adjust="RIGHT" and so on |