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

discontinued
outdated

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() {
  DateTime d = DateTime(2022, 3, 2);
  print(d.format("WW"));
  print(d.locatedWeekDay);
}
0
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on big_date