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
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.