Obtener el día de mi fecha actual

Buenas tardes, quería saber si hay alguna manera de poder obtener el día de mi fecha actual. Es decir, si es el dia 07/20/2021 obtener 08 en UiPath [Studio]
Hay alguna funcion que me permita obtener este dia?
Debo de hacer un filtro, si la fecha actual, se encuentra entre el 1º -10 del mes, se debe filtrar el mes anterior, pero si la fecha actual es 11 se debe filtrar el mes actual.

Gracias

Hi @VANESSA_JARAMILLO_SANCHEZ,

You can get the day of the current date by this assign block.

strDay = now.Day

You can get the month of the current date by this assign block.

strMonth = now.Month

With these informations you can make your compare operations.

Regards.
Ömer

Yeah!
thank you very much

@VANESSA_JARAMILLO_SANCHEZ,

I’m glad it works.

Have a nice day.

Regards
Ömer

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.