标签: flutter dart
响应字段如下:
print(data.openingHours[weekday]);
结果为-> {时间:“ 9.00AM-5.00PM”,状态:“打开”}
我尝试格式化不起作用:
DateFormat("h:mma'-'h:mma").parse(data.openingHours[weekday]['time']);
如何格式化为dateTime?
答案 0 :(得分:1)
为方便起见,请尝试以下软件包:date_format