Una pregunta


Una duda no me permite, realizar el cambio de string a datetime, teniendo en cuenta que no me permite ya que el formato es DD/MM/YYYY

Apologies - no spanish for me.

Choose: Date

Format: dd/MM/yyyy ( => 27/01/2025)

The error continues to persist, although an example of how the data comes is highlighted in yellow.

Ok I think you may misunderstand:

The node you are using will convert a string column that contains date information in a consistent format (in your case 23-12-2024 = dd-MM-yyyy) into a column of type local date.

Can you try with dd-MM-yyyy - then it should work.

Can you explain what exactly you want to achieve? Do you maybe want to replace “-” with “/”?

2 Likes

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