Top "Date-difference" questions

Date-difference will give difference in the number of days, months, years etc.

Calculate days between two dates in Java 8

I know there are lots of questions on SO about how to get, but I want and example using new …

java java-8 java-time days date-difference
Add column with number of days between dates in DataFrame pandas

I want to subtract dates in 'A' from dates in 'B' and add a new column with the difference. df …

python pandas date-difference
Swift days between two NSDates

I'm wondering if there is some new and awesome possibility to get the amount of days between two NSDates in …

ios swift date date-difference
How to find the difference of two timestamps in java?

I have an ArrayList including several number of time-stamps and the aim is finding the difference of the first and …

java datetime arraylist date-difference
Android Days between two dates

I want to compare two dates for my Android application, but I got a really weird issue. For example: If …

java android date calendar date-difference
SQL Server: datediff function resulted in an overflow when using MILLISECOND

I have the following query : select CONVERT(varchar(12), DATEADD(MILLISECOND, DateDiff(MILLISECOND, '2014-08-04 10:37:28.713','2014-11-04 08:21:17.723'), 0), 114) …

sql-server sql-server-2012 date-difference
How to get date difference in minutes using Hive

Below query is my sql server query and I want it to convert it into hive query: select DATEDIFF([minute], …

sql hadoop hive date-difference
DateDiff() function help - Dates in 2 different columns

I am trying to write a function to enable Tableau to calculate the difference between 2 dates, however they are in 2 …

datediff date-difference tableau-api
Difference between two dates in dates using Google bigquery?

How can I get the difference in days between 2 timestamp fields in Google Big Query? The only function I know …

sql google-bigquery datediff date-difference
how to calculate age or difference between two dates in java

I want to get the number of months between 2 dates.The dates are someones birthday and the current date.So …

java date date-difference