aditya thota Posted May 28, 2019 Share Posted May 28, 2019 I have two interval dates, I want to know what is the number of days between them. Link to comment Share on other sites More sharing options...
Manikanta Natukula Posted May 28, 2019 Share Posted May 28, 2019 date1 is the first date and date2 is the second date. tib:substring-before-last(substring-before(tib:add-to-date(date1, 0, 1, 0) -date2, 'D'), 'P') Link to comment Share on other sites More sharing options...
aditya thota Posted May 28, 2019 Author Share Posted May 28, 2019 Thanks! That worked. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now