week_of_year 2.0.0-nullsafety.0 copy "week_of_year: ^2.0.0-nullsafety.0" to clipboard
week_of_year: ^2.0.0-nullsafety.0 copied to clipboard

outdated

Adds extension method to get the ISO 8601 week of year from a date

week_of_year #

Fast dependency-free extension methods to get the ISO 8601 week of year from a dart DateTime object.

import 'package:week_of_year/week_of_year.dart';

void main() {
  final date = DateTime.now();
  print(date.weekOfYear); // Get the iso week of year
  print(date.ordinalDate); // Get the ordinal date
  print(date.isLeapYear); // Is this a leap year?
}
44
likes
0
pub points
94%
popularity

Publisher

verified publisherkada.se

Adds extension method to get the ISO 8601 week of year from a date

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on week_of_year