Prova le UNIX_TIMESTAMP() funzione inserita:
SELECT
UNIX_TIMESTAMP(c.login_datetime) as `start`
FROM
tbl_employees_login AS c ;
Attenzione che:
Prova le UNIX_TIMESTAMP() funzione inserita:
SELECT
UNIX_TIMESTAMP(c.login_datetime) as `start`
FROM
tbl_employees_login AS c ;
Attenzione che: