We have a ui-only Formula(Text) field that’s used as a grouping on a chart. The formula is written as follows:
MONTH_NAME_SHORT({{CompletedDate__c}})+" “+DAY({{CompletedDate__c}})+”, "+YEAR({{CompletedDate__c}})
For some reason it seems to be evaluated for CompletedDate__c minus one day. For example, if CompletedDate__c = “2015-03-01”, then the formula evaluates to Feb 28, 2015.
Do you know why that might be the case?
Thanks,
Kartik Sethuraman
Question
UI-only formula field not evaluating Date field correctly

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.