Hello,
I save the time in the database with time(), no problem
Time: 1588015705
I take the local time in this format, no problem
echo date_tr(‘j F Y, l, H:i’, ‘1588015705’);
Output: 27 Nisan 2020, Pazartesi, 22:28
I want to search like 27 Nisan…
$result = $mysqli->query("SELECT * FROM zamanlanmisgorev_gunluk WHERE
(calistirma_ciktisi LIKE '%$search%' OR
gorev_adi LIKE '%$search%' OR
calistirilan_dosya LIKE '%$search%' OR
working_time LIKE '%$search%')
ORDER BY id ASC LIMIT ".$start_from.", ".$limit);
Can you help me
Thank you from now