DateTime AYUDA

Buenas tardes, quería saber si hay alguna manera de poder obtener el día siguiente a mi fecha actual. Es decir, si es el dia 07/20/2021 obtener 08/20/2021 en UiPath Studio.
Hay alguna funcion que me permita obtener este dia?

Good afternoon, I wanted to know if there is any way I can get the day after my current date. That is, if it is the day 07/20/2021 get 08/20/2021 in UiPath Studio.
Is there any function that allows me to get this day?

grafik

if the date is of datatype datetype we can use the AddXX Methods

in case of the date is a string, we do parse it in advance
grafik

3 Likes

Mil gracias! Ahora tenia la consulta de si la funcion “CDate.DayOfWeek.ToString” tiene la opcion de que los dias se muestren en español y no en ingles. Ejemplo: En vez de que me muestre “monday” me muestre “lunes”.

Thank you very much! Now I had the query of whether the function “CDate.DayOfWeek.ToString” has the option that the days are shown in Spanish and not in English. Example: Instead of showing me “monday” it shows me “lunes”.

grafik

2 Likes

throws me the following error

image

image

whats the datatype of aniversario… Variable?
How is the value populated to this variable?

2 Likes

is DateTime

image

and it is completed as follows

image

Ah, DayOfWeek is not needed
aniversaro…toString("ddd…

Also refer to my screenshot from above

2 Likes

Last query, is there a way to change the font and body size of my messages sent by Outlook, that is, change them to century gothic with a size of 11.
Attached capture of the armed:

image

have a look here:

ensure isHTMLBody is activated

Thank you very much for all the help and the prompt responses !!!

I do not understand well, that HTML code where should I put it?
in which part of UiPath?

It looks like you need more help for the last question.
Let’s keep the topic thread clear on only 1 case (here it was the weekday in spanish) and do open for last question a new topic.

This will help researchers more to easy find solutions for similar questions. Thanks

is that it is related to the same topic, just as I made a publication with the last query! Will you know how to answer it by chance?

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