Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
Hello @LUISDELVALLE ,
Maybe the problem is in the conversion... Try
AddMonths(Date('18/08/2019','DD/MM/YYYY'),-11)
Regards,
Ezir
Hello @LUISDELVALLE ,
Maybe the problem is in the conversion... Try
AddMonths(Date('18/08/2019','DD/MM/YYYY'),-11)
Regards,
Ezir