Datumsangaben und Uhrzeiten formatieren

c40b16c8

Noah V.

A newer submission is available.

Test Suite

97 % complete

Suggestions

  • Testen, dass CasualDateTimeFormat auch Daten ausserhalb der Jahre 2000 – 2099 korrekt formatiert. The test suite already does this partially, but it only detects 3 out of 5 possible bugs in this regard.

Implementation

80 % complete 9 / 11 Tests
  • CasualDateTimeFormatTest.casualExample: Passed
  • CasualDateTimeFormatTest.onlyEveryMonth: Passed
  • CasualDateTimeFormatTest.shortenedYears: Passed
  • CasualDateTimeFormatTest.vorUndNach2000: Failed
  • FormalDateTimeFormatTest.formalDateOnly: Passed
  • FormalDateTimeFormatTest.formalExample: Passed
  • FormalDateTimeFormatTest.jahrWenigerAlsVierZiffern: Failed
  • FormalDateTimeFormatTest.leererText: Passed
  • FormalDateTimeFormatTest.onlyOneDayAndMonthNumber: Passed
  • FormalDateTimeFormatTest.onlyOneDayNumber: Passed
  • FormalDateTimeFormatTest.onlyOneMonthNumber: Passed

Other Submissions