Date conversion

Hi @trabart

You can assign new CultureInfo(“es-ES”) to System.Threading.Thread.CurrentThread.CurrentCulture
to the beginning of your workflow and then use DateTime.ToShortDateString function.

image

Regards,
Susana

3 Likes