How would I handle this, in the database I have
date_started, date_finished
I’d like to have the date difference between the two fields as a separate column.
So:
date_started | date_finished | days_to_complete
What’s the best way to handle this in Scriptcase?