big_date 0.1.1
big_date: ^0.1.1 copied to clipboard
A Dart library that expand DateTime, it also support diiferent countries` calendar.
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features #
- get the sexagenary cycle(60-year cycle) in chinese date.
- get the era name of japanese in japanese date.
- get the last(first) day of the month.
Getting started #
- just import it.
Usage #
first you must imort this package to use it.
import 'package:big_date/big_date.dart';
and then you can use it like this
Additional information #
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.