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
When you have two dates, you can just subtract them. Wrap it into a tointeger() and you are good to go.