{{ $d(getDate(day.short_date), {weekday: 'long'}) }}
+ >{{ $d(getDate(day.short_date), {weekday: $q.screen.lt.md ? 'short' : 'long'}) }}
{{ day.short_date.split('/')[1] }}
{{ $d(getDate(day.short_date), {month: 'long'}) }}
+ >{{ $d(getDate(day.short_date), {month: $q.screen.lt.md ? 'short' : 'long'}) }}