I have two dates and want to show a message like “n days left before your trial end.” where n is a number of days between two given dates. Is that better to do this inside views or is there a quick way to do it inside template itself?
I have two dates and want to show a message like n days left
Share
Use timesince template tag.