fix #297 show date on every time tick in shift calendar

This commit is contained in:
msquare 2016-12-26 18:39:29 +01:00
parent 549cd6534a
commit 5f9d508b02
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class ShiftCalendarRenderer {
return div('tick hour');
}
return div('tick hour', [
date('H:i', $time)
date('m-d<b\r />H:i', $time)
]);
}
return div('tick');