Improved date display for dates of today and no time

Instead of the hours since midnight now just "Today" will be shown
This commit is contained in:
Bernd Bestel
2019-07-06 17:19:28 +02:00
parent df529c3c0b
commit c6c10c87e4
7 changed files with 18 additions and 5 deletions

View File

@@ -4,3 +4,4 @@
- Fixed wrong recipes costs calculation with nested recipes when the base recipe servings are > 1 (also affected the meal plan when adding such a recipe there)
- Improved recipes API - added new endpoints to get stock fulfillment information (thanks @Aerex)
- Improved date display for products that never expires (instead of "2999-12-31" now just "Never" will be shown)
- Improved date display for dates of today and no time (instead of the hours since midnight now just "Today" will be shown)