Hello,
i have a question or more like a problem i want to change to Date from dd.MM.yyyy to yyyy.dd.MM so from EU to US format with
So, if the dates will always be like that then you can parse them with an expression.
@{join(reverse(split(outputs('Compose'), '.')), '-')}
Which will reverse them and create an acceptable ISO string. Then you can use, Convert time zone to get it in whatever format you want.
Sure, i extract the date/time from a PDF document with AI Builder and save it as String in sharepoint field.
Since most document are from EU the Date and Time format are also in EU -> dd.MM.yyyy but i need to convert them in yyyy.dd.MM what would be the best way to archive it and there are alot of date in the document like 4-5 Field.
The "22.3.2023" is a string that is not in the datetime format accepted (ISO). If the time you are trying to convert is stored somewhere (like a created/modified time on a file or list item, when an email was received, or just the current time) then you can use that to convert to another format. But I would need to know more about the time you are trying to convert.
stampcoin
87
Michael E. Gernaey
70
Super User 2025 Season 1
David_MA
48
Super User 2025 Season 1