I am developing an application using codeigniter. In my application I want to calculate the time period of the contents stored in database. for example facebook displays the uploaded time in browser. is there any way to do this using codeigniter?
I am developing an application using codeigniter. In my application I want to calculate
Share
I don’t use codeigniter but I think you can do this, in your database you create a date/hour field and in your script you simply use your system date to know the difference in hours, days or whatever you want to use to display.
something like this :
And you can even do this with an SQL line too.