You can use DateFormat class to extract date. print(new DateFormat("dd-MM-yyyy").format(now)); // => 21-04-2019 ...
確定! 回上一頁