Hi,
I am trying to get number of days between 2 dates.
The dates are '13 Feb 2017' and '20 Apr 2000'. If I calculate the difference as single statement in TOAD editor, it shows correct result of 6141. But if I do that change in Plsql package and run my web application, it gives difference of 2975 days.
Already tried with couple of date format masks and all work correctly in TOAD editor but not when package is triggered.
Can someone please suggest what we can check.
Thanks.