Questions tagged as 'diff'

1
answer

Calculate difference between two PHP dates [duplicated]

I want to know the difference in days between two dates given in the format: 2018/01/05 PHP Code: $diferencia_dias = $check_in->diff($check_out); echo $diferencia_dias->format('%R%a días'); Error: Fatal error: Call to a m...
asked by 02.01.2018 / 18:12
2
answers

PHP - Validate if a date passes through another

It happens that I have a table where I keep records of things that are going to be done with a format: task, start date, end date Example: Pruning the lawn, 2018-02-20, 2018-02-25 What I need is that you can not register in the BD tasks th...
asked by 16.02.2018 / 17:38
2
answers

error when using the diff on dates with php?

I'm currently using the diff command in php to make a difference of two months, but that difference comes out but it's wrong it's not the correct one: Date today: 8-03-18 future date: 07-05-18 This is the result that I get:...
asked by 08.03.2018 / 17:48
1
answer

How to calculate the average of the differences between timestamps in php?

Good afternoon, this is the first time I ask a question. I have an array of data with timestamps. First of all I'm calculating the time difference between each of those brands. That calculation I'm doing it using the function --diff-- of...
asked by 20.01.2018 / 18:04