Forum Discussion
- QuickBaseCoachDQrew Captain"from the "date entered" - did you mean the date that the QuickBase record was entered or 6 months from a date field manually entered on the form?
- MollieMollieQrew Memberthe date 6 months from the date manually entered.. sorry.. Every time I think I've figured these formulas out.. I get lost again
- QuickBaseCoachDQrew Captainno problem
AdjustMonth([my date entry field],6) - MattMatt3Qrew MemberWhat would the formula be for date record was entered into Quick Base? I'm trying to get a formula that shows the date 5 days after the record was entered into Quick Base. Thanks.
- QuickBaseCoachDQrew CaptainThe 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)