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

Commit

Permalink
Merge pull request #527 from mateendev3:patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 499418776
  • Loading branch information
copybara-github committed Jan 4, 2023
2 parents 59e7bff + 07a5847 commit 2a5e3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/intl/date_format.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class DateFormat {
return dateFields.asDate();
}

/// Does our format only only date fields, and no time fields.
/// Does our format only date fields, and no time fields.
///
/// For example, 'yyyy-MM-dd' would be true, but 'dd hh:mm' would be false.
bool get dateOnly => _dateOnly ??= _checkDateOnly;
Expand Down

0 comments on commit 2a5e3a2

Please sign in to comment.