hi,
for ex, if i enter some date from that date till today how many days? how to count no of days
Discussion posts and replies are publicly visible
KM
You could use something like below:
tointeger(today() - ri!date)
what if i give date along with time how to calculate that [date and time]
Answer to above query, hope this helps