Difference between revisions of "GVDateUtils"
(Created page with "==Description== GVDateUtils element defines standard Locale, TimeZone and holydays for it.greenvulcano.util.txt.DateUtils utility class. The following table shows...") |
(No difference)
|
Revision as of 09:41, 7 March 2012
Description
GVDateUtils element defines standard Locale, TimeZone and holydays for it.greenvulcano.util.txt.DateUtils utility class.
The following table shows the GVDateUtils element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value module |
name | fixed | This attribute must assume the value DATE_UTILS |
Might contain the sub-elements:
Locale
The Locale Element is used by: GVDateUtils. The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
lang | required | The attribute's value cannot be null. |
country | required | The attribute's value cannot be null. |
timezone | required | The attribute's value cannot be null. |
Might contain the sub-elements:
DayLightSaving
The DayLightSaving Element is used by: Locale. The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
startMonth | required | The attribute's value can't be null. |
startDay | required | The attribute's value can't be null. |
startDayOfWeek | required | The attribute's value can't be null. |
startTime | required | The attribute's value can't be null. |
endMonth | required | The attribute's value can't be null. |
endDay | required | The attribute's value can't be null. |
endDayOfWeek | required | The attribute's value can't be null. |
endTime | required | The attribute's value can't be null. |
Might contain the sub-element Description.