Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 881e53e

Browse files
Merge pull request #346 from lukepighetti:patch-1
PiperOrigin-RevId: 494173739
2 parents e5ca40d + edbfc06 commit 881e53e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lib/src/intl/date_format.dart

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -304,20 +304,6 @@ class DateFormat {
304304
return result.toString();
305305
}
306306

307-
/// NOT YET IMPLEMENTED.
308-
///
309-
/// Returns a date string indicating how long ago (3 hours, 2 minutes)
310-
/// something has happened or how long in the future something will happen
311-
/// given a [reference] DateTime relative to the current time.
312-
String formatDuration(DateTime reference) => '';
313-
314-
/// NOT YET IMPLEMENTED.
315-
///
316-
/// Formats a string indicating how long ago (negative [duration]) or how far
317-
/// in the future (positive [duration]) some time is with respect to a
318-
/// reference [date].
319-
String formatDurationFrom(Duration duration, DateTime date) => '';
320-
321307
/// Given user input, attempt to parse the [inputString] into the anticipated
322308
/// format, treating it as being in the local timezone.
323309
///

0 commit comments

Comments
 (0)