Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Try this
WeekdayAdd([Start Date],0)
WeekdayAdd([Start Date],0)
QuickBaseCoachD
8 years agoQrew Captain
If you need the result to be a Work Date field type due to using Predecessors, then it would need to be
ToWorkDate(WeekdayAdd([Start Date],0))
ToWorkDate(WeekdayAdd([Start Date],0))