[ad_1]
Hello, I am using the DATETIME SUM formula, and I copy and paste it, except that the result is the following:
DATETIMESUM(‘2013-10-27’, ‘yyyy-mm-dd’, 6, ‘d’)
Sat Nov 02 2013 00:00:00 GMT-0600 (hora estándar central)
I would like it to show me the result as the format is supposed to mark, what’s more, if I eliminate the format it gives me exactly the same thing
DATETIMESUM(‘2013-10-27’, “mm”, 6, ‘d’)
result: Mon Mar 16 2015 00:00:00 GMT-0600 (hora estándar central)
thank you so much
