getTodayStr method

dynamic getTodayStr()

Implementation

getTodayStr() {
  var now = DateTime.now();
  return getDayStr(now);
}