big_date 0.2.3 copy "big_date: ^0.2.3" to clipboard
big_date: ^0.2.3 copied to clipboard

A Dart library that expand DateTime, it also support diiferent countries` calendar.

example/big_date_example.dart

import 'package:big_date/big_date.dart';

void main() {
  final now = DateTime.now();
  print(now.lastMonth.lastMonth.lastMonth.dayCountOfMonth);
  DateTime.now().forEachDayOfMonthReverse((d) => print(d));
  print(now.format("%w"));
  print(now.toJapanDate().format("%W"));
  print(now.format("%_w"));
  print(now.toJapanDate().format("%_W"));
}
0
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library that expand DateTime, it also support diiferent countries` calendar.

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on big_date