Does anyone know a way using either the SharePoint 2010 Client Object Model or the SharePoint 2010 web services to evaluate the formula for a given field? For example, if I have a DateTime column whose default value is set to a formula like:
=DATEDIF([Column1], [Column2],"d")
or
=MONTH([TODAY])
I would like to be able to somehow evaluate this formula from a client application.
Thanks in advance for any help anyone can offer.
EDIT:
I am dealing specifically with DateTime calculated default values which seem to be handled differently than a typical "calculated" field.