Probeer de UNIX_TIMESTAMP() functie geplaatst:
SELECT
UNIX_TIMESTAMP(c.login_datetime) as `start`
FROM
tbl_employees_login AS c ;
Pas op dat:
Probeer de UNIX_TIMESTAMP() functie geplaatst:
SELECT
UNIX_TIMESTAMP(c.login_datetime) as `start`
FROM
tbl_employees_login AS c ;
Pas op dat: