Home | History | Annotate | Download | only in text

Lines Matching defs:dateTimeFormat

303         String dateTimeFormat = Calendar.getDateTimePattern(Calendar.getInstance(uLocale), uLocale, DateFormat.MEDIUM);
304 setDateTimeFormat(dateTimeFormat);
897 * its datetimeFormat is the default "{1} {0}". Then if the input skeleton
903 * @param dateTimeFormat message format pattern, where {1} will be replaced by the date
906 public void setDateTimeFormat(String dateTimeFormat) {
908 this.dateTimeFormat = dateTimeFormat;
917 return dateTimeFormat;
1771 private String dateTimeFormat = "{1} {0}";