如何格式化字符串日期颤抖?

时间:2019-11-01 20:53:41

标签: flutter dart

响应字段如下:

  print(data.openingHours[weekday]);

结果为-> {时间:“ 9.00AM-5.00PM”,状态:“打开”}

我尝试格式化不起作用:

DateFormat("h:mma'-'h:mma").parse(data.openingHours[weekday]['time']);

如何格式化为dateTime?

1 个答案:

答案 0 :(得分:1)

为方便起见,请尝试以下软件包:date_format