Hello Jacques
This is how my setup is:
// Date formatted
$to = utf8_encode("Kl: "); // Ex: to 20 may
$pre_time = utf8_encode("Kl: "); // Ex: at 10:45
$pre_date = utf8_encode(" Den "); // Ex: on 25 may
$only_date = utf8_encode("Den "); // Ex: On 25 may
I have try to change it to:
// Date formatted
$to = "Kl: "; // Ex: to 20 may
$pre_time = "kl: "; // Ex: at 10:45
$pre_date = " , den "; // Ex: on 25 may
$only_date = ", den "; // Ex: On 25 may
but its the same, you will see it at:
http://jenskogan.comBTW: forgott to say its only on the "records" tab it get messed up
As you may see the readings are correct in emty months ( before my station got online in may)
But after that its seems to be wrong
Best regards
Tore