Class DateTimeWidget


  • public class DateTimeWidget
    extends Widget
    This widget is intended to assist in dealing with xsd:dateTime values from Literals. It is intended to be used like this: <@widget name="DateTime" dateTime="2010-11-23T11:03:23" > The year is ${year} The month is ${month} The day is ${day} The hour is ${hour} The second is ${second} precision of date entered: ${precisionUri} </@widget>
    Author:
    bdc34
    • Constructor Detail

      • DateTimeWidget

        public DateTimeWidget()