Posts by João Carvalho • 15 points
2 posts
-
0
votes1
answer51
viewsQ: Search in Mysql using day, month or year only with PHP
I created a table, in it a field in the format DATETIME to store the day, month, year and time in which a record is made. I wonder how I can do to search only using day, month or year ? Example: I…
-
0
votes1
answer1824
viewsQ: Time calculation for PHP + Mysql point
I am creating a table for the calculation of working hours of employees, but I am not able to do the calculation to know if the correct amount of hours was worked in the day. In the database is that…