]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix createdAt date range filter 4299/head
authorKevin Decherf <kevin@kdecherf.com>
Sat, 21 Mar 2020 20:11:01 +0000 (21:11 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sun, 22 Mar 2020 16:01:39 +0000 (17:01 +0100)
- hiddenName has been disabled in order to fix the missing date range
  values when using the material theme
- data format has been changed to 'Y-m-d' in order to comply with the
  browser date input default format
- tests: date() and strtotime have been replaced with DateTime-related
  objects

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>

No differences found