Get two dates difference in sql or Get two dates difference days in mysqli
use DATEDIFF function in the sql
select DATEDIFF(date1,date2) AS 'date' from vishal
Get two dates difference in sql or Get two dates difference days in mysqli
use DATEDIFF function in the sql
select DATEDIFF(date1,date2) AS 'date' from vishal
0Comments
Thanks you for commenting your questions. I will see question and respond you.