Date Calculation Anomaly
-
Here is a weird one. I deleted existing [to_date], then added a date calculation field to calculate the [to_date] from the [from_date]. In the field template placed the formula: [from_date]+[#5_days]=[?date]. Updated and looked at the Admin list which showed the number 0 (zero) for the To Dates. A page [pdb_list] showed [to_date]=[field_date].
Next I changed the template formula to: [from_date]=[to_date]. Updated and the Admin list showed [to_date]=[from_date]+5 days. The page [pdb_list] still showed [to_date]=[field_date].
Then I added the + 5 days back: [from_date]+[#5_days]=[?date]. Admin list showed [to_date]=[field_date] and [pdb_list] showed same still [to_date]=[field_date].
?????
- The topic ‘Date Calculation Anomaly’ is closed to new replies.