i want to create a formating string that will calculate how many days it has been since a file has been entered to the databas. assuming all my files have a %DB_ENTRY% tag with 28/01/04 i can subtract that from 28/02/04 (a month from now). if i can do that, i can calculate how many times it usually plays in a week, in a month, or in a year.
if anyone has some code to share t would subtract 28/02/04 from 28/02/04 and put the number of days into a variable, it would be greatly appreciated.