Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The date that the record was entered into Quick Base is the automated system field called [Date Created]. That is actually a date/time field type with the date and the time.
If you wanted to make a formula date field for that date plus 5 days the formula would be
ToDate([Date Created]) + Days(5)
If you wanted to make a formula date field for that date plus 5 days the formula would be
ToDate([Date Created]) + Days(5)