Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 2, 2020 8:32PM
Likes: 1
Replies: 4
I have a data set with 2 date fields (Format: 2019-02-11 03:39:10)
My aim is to take the difference between the dates (in days) and store it in a separate column.
I've tried using the date difference formula but it doesn't seem to work.
This is now resolved, I had to parse the date before computing the difference in days!
Glad to hear that you were able to resolve it yourself! You indeed will want to make sure that your dates are parsed appropriately before using these columns in a prepare recipe for date or time operations.
What is the formula for date difference in data iku?
diff(date d1, date d2, [string unit]) number
The formula language has a separate entry in the documentation @majurishi
, under "other topics" or click this link