Guest_imported
New member
- Jan 1, 1970
- 0
OK, this is a bit complicated scenario. I am currently designing a forum and I want to calculate the posts per day for a user. I have only got the users date of registration (Format: DD,MM,YYYY,HH,MM,SS) and the post count. To calculate the posts per day, I have to find out the days from the registration to the current date (only the days not the exact time). How is that possible?