Lines Matching full:ddd
91 sdf->applyPattern("G yyyy DDD");
341 logln("Using yyyy-DDD.hh:mm:ss");
343 SimpleDateFormat *formatter = new SimpleDateFormat(UnicodeString("yyyy-DDD.hh:mm:ss"), status);
367 // this is an odd usage of "ddd" and it doesn't
369 logln("Using yyyy-ddd.hh:mm:ss");
372 formatter = new SimpleDateFormat(UnicodeString("yyyy-ddd.hh:mm:ss"), status);