apply locale to jiffy

This commit is contained in:
Salvatore Giordano
2021-03-19 12:26:08 +01:00
parent 2b17fcfac8
commit 8d2934f142
5 changed files with 16 additions and 8 deletions
@@ -220,7 +220,7 @@ class _FullScreenMediaState extends State<FullScreenMedia>
24) {
return 'yesterday';
} else {
return 'on ${Jiffy(dateTime).format("MMM do")}';
return 'on ${Jiffy(dateTime).MMMd}';
}
}