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

Date to English word converter package

date_to_words converts DateTime to English words

Usage #

final DateTime _myDate = DateTime.now();
final _dateInWord= DateToWord.instance.convert(_myDate);
print(_dateInWord);
// Result sample: first april two thousand twenty two

Contribute #

Visit the repository and improve the super simple package.

0
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Date to English word converter package

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on date_to_words