All I can see in the documentation is Datetime.now() but it returns the Timespan, I need just the date.
Datetime.now()
first go to pub.dev and get the intl package and add it to your project.
DateFormat.yMMMMd().format(the date you want to render . but must have the type DateTime)