Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
If this is on a form, then you can have a formula calculate that date / time value and then have a form rule to populate the date/time field if the date time field is blank.
The formula would be something like
var TimeOfDay TOD = ToTimeOfDay("8:00 am");
var date TwoDays = today() + days(2);
ToTimeStamp($TwoDays, $TOD)
The formula would be something like
var TimeOfDay TOD = ToTimeOfDay("8:00 am");
var date TwoDays = today() + days(2);
ToTimeStamp($TwoDays, $TOD)