e7d/neap

Date format

Opened this issue · 2 comments

HI, thanks for this brilliant appliance :-)

As I live in denmark, I want the "recordings page to show time/date in danish format, but I cannot make it work!

I have changed index.php to:

$datetime = date("d-m-Y H:i:s", $timestamp);
from
$datetime = date("Y-m-d H:i:s", $timestamp);

But no matter what it still displays like this:

image

e7d commented

Sadly, I would not support the legacy version, as I don't intend to modify it anymore.
I'll still give it a look this weekend (as it looks like a simple issue) and keep you updated.