Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
LUISDELVALLE
Partner - Contributor II
Partner - Contributor II

subtract months to a date/Restar meses a una fecha

hola

tengo una fecha ejemplo el día de hoy necesito restarle 11 meses pero no encuentro manera de hacerlo 

ya intente de varias maneras y no logro el resultado deseado

Hello

I have an example date today I need to subtract 11 months but I can't find a way to do it

I already tried in several ways and did not achieve the desired result

18/08/2019

MONTH(Timestamp(FECHA_APERTURA)-11)
Date(makedate(Month(FECHA_APERTURA)-11))
AddMonths(MonthsStart(FECHA_APERTURA),-11)

Labels (3)
1 Solution

Accepted Solutions
Ezir
Creator II
Creator II

Hello @LUISDELVALLE ,

Maybe the problem is in the conversion... Try

AddMonths(Date('18/08/2019','DD/MM/YYYY'),-11)

 

Regards,

 

Ezir

View solution in original post

1 Reply
Ezir
Creator II
Creator II

Hello @LUISDELVALLE ,

Maybe the problem is in the conversion... Try

AddMonths(Date('18/08/2019','DD/MM/YYYY'),-11)

 

Regards,

 

Ezir