Lines Matching refs:format
214 * The format can be either 'YYYY-MM-DD' (e.g. 20002-02-05) or
215 * the format can be 'YYYMMDDTHHMMSSZ' (e.g. 20020205T103000Z)
232 * The format can be either 'YYYY-MM-DD' (e.g. 2002-02-05) or
233 * the format can be 'YYYMMDDTHHMMSSZ' (e.g. 20020205T103000Z)
259 * formatted resource bundle file. This format also contains the meta-data used by RBManager in
376 SimpleDateFormat format = null;
378 format = new SimpleDateFormat("yyyy-MM-dd"); // Simple format
380 format = new SimpleDateFormat("yyyyMMdd'T'HHmmss'Z'"); // TMX ISO format
382 return format.parse(dateStr);