date_to_words 0.0.1
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.