Multiple choice technology web technology

The core convertDateTime converter has a property called dateStyle . Select from the options bellow the valid values for this property.

  1. short

  2. medium

  3. long

  4. full

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

The convertDateTime converter's dateStyle property accepts four predefined values: short, medium, long, and full. These correspond to java.text.DateFormat style constants and determine the verbosity of the date display format. All four options shown are valid.