big_date 0.1.0 copy "big_date: ^0.1.0" to clipboard
big_date: ^0.1.0 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);
  // d = d.toJapanDate();
  // print(d.format("WW"));
  // print(d.locatedWeekDay);

  print(ChinaDate(-22).ganZhi);
  print((-3).abs() % 10);
}
0
likes
0
points
20
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