in flutter we can get current month using this var now = new DateTime.now();var formatter = new DateFormat('MM');String month = formatter.format(now); ...
確定! 回上一頁