how to enter date
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I want to enter the date in my mysql table so that when I read from the database, I can read only the entries entered on that day or the latest. How do I do this. which datatype should I enter. I tried with unix_timestamp() but it saves in seconds, so wont it result in lots of arithmetic calculation?