1.

List Some Formatting Tags?

Answer»

Formatting TAGS Descriptions :

  1. fmt:parseNumber : It is used to Parses the string representation of a currency, PERCENTAGE or number.
  2. fmt:timeZone : It specifies a parsing action nested in its body or the time zone for any time formatting.
  3. fmt:formatNumber : It is used to format the numerical value with specific format or precision.
  4. fmt:parseDate : It parses the string representation of a time and date.
  5. fmt:BUNDLE : It is used for creating the ResourceBundle objects which will be used by their tag body.
  6. fmt:setTimeZone : It stores the time zone inside a time zone CONFIGURATION variable.
  7. fmt:setBundle : It loads the resource bundle and stores it in a bundle configuration variable or the named scoped variable.
  8. fmt:message : It display an internationalized message.
  9. fmt:formatDate : It formats the time and/or date using the supplied pattern and styles.

Formatting Tags Descriptions :



Discussion

No Comment Found