Greetings to all here! I hope someone can help me figure out how to change the way dates are displayed in my project.
I have a system for inspections up and running, and need to be able to catch jobs that are coming up due for an inspection. This is a read-only view of inspections that have already been entered.
What I need is for "Due Dates" to be displayed on the list page instead of the entry dates. There needs to be variables based on what type of inspection was done. One type will be due again a year from when it gets entered, and the other type will be due 30 days from the date it was entered. The system is made up of several tables, but the date stamp and inspection type codes (numeric) are both on the same table. The PHPRunner "Events" template doesn't really work because it only displays the entered dates. I need the prospective future dates to display.
Any clues an how I can achieve this would be greatly appreciated. Thanks!