Lines Matching refs:date
18 import java.util.Date;
76 * 'date' must be used only with the explicit '!!timestamp' tag.
77 * Implicit tag will not work because 'date' is the JavaBean property
84 * provided JodaTimeContructor will be ignored because 'date' is a
107 * because 'date' is the JavaBean property.
128 "!!examples.jodatime.MyBean {date: !!timestamp '2001-09-09T01:46:40Z', id: id123}\n",
145 Date date = (Date) dateConstructor.construct(nnode);
146 return new DateTime(date, DateTimeZone.UTC);