Tagged Questions
The date-diff tag has no wiki summary.
11
votes
13answers
20k views
The difference in months between dates in MySQL
I'm looking to calculate the number of months between 2 date time fields.
Is there a better way than getting the unix timestamp and the dividing by 2 592 000 (seconds) and rounding up whithin MySQL?
3
votes
1answer
727 views
Calculate working hours between 2 dates in Postgresql
I am developing an algorithm with Postgres (PL/PgSQL), and I need to calculate the number of working hours between 2 dates, taking into account that weekends are not working and the rest of the days ...
2
votes
2answers
695 views
How do I check the difference, in seconds, between two dates?
There has to be an easier way to do this. I have objects that want to be refreshed every so often, so I want to record when they were created, check against the current timestamp, and refresh as ...
0
votes
2answers
318 views
i want to date difference in week,month year in php?
I am new here and php i want to know how to calculate date difference in php.
My date is mktime() formate.
Please confirm this is current issue for me.
0
votes
1answer
70 views
Function for pulling data from 'national identification number' and date_diff
I'm writing function to get information about Estonian identification numbers. Function itself works fine and I'm not having any problems with it, but something strange happens, when I try to use ...