Would it be possible for a Day-of-Year field to the DateTimeFormatter and DateTimeParser elements? This should be a 0-filled three-width field (001..366). May use "%j"? How about something like this?
case 'j': NumberFormatter::append0(str, dateTime.dayOfYear(), 3); break;
Thanks,
-D





