Which is the better choice to choose whether timestamp or datetime.. I'm currently working in mysql . for date and time field in database table which is the better one?? and the reason to choose it??
Asked
Active
Viewed 850 times
1 Answers
1
Timestamp is used when you need modified date or insert date which automatically inserted by the system at the time of insert or edit record.
And datetime is use for you have to insert it when you are insert or edit record.
Choice is you to you What you required.
Thanks

Jalpesh Patel
- 3,150
- 10
- 44
- 68