Forum Discussion
Fabrico
2 years agoFrequent Visitor
Dynamic Value Date formatting
I've got an API call that I'm trying make that requires a date format like; yyyy-MM-ddThh:mm:ss+00:00 For some reason, even though I can get Data Factory to create this as a format, as soon a...
- 2 years ago
Hello
Let me start with it was a hard nut to crack π , took me few hours . This is what worked for me .@formatDateTime(utcnow(),'yyyy-MM-ddTHH:mm:ss zzz')Output{ "name": "Change Date format", "value": "2024-01-31T22:26:37 +00:00" }Hope this helps .
Thanks
Himanshu
HimanshuS-msft
2 years agoMicrosoft Employee
Hello
Let me start with it was a hard nut to crack π , took me few hours . This is what worked for me .
@formatDateTime(utcnow(),'yyyy-MM-ddTHH:mm:ss zzz')
Output
{ "name": "Change Date format", "value": "2024-01-31T22:26:37 +00:00" }
Hope this helps .
Thanks
Himanshu
Anonymous
2 years agoNot applicable
Hello Fabrico ,
We havenβt heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
If you have any question relating to the current thread, please do let us know and we will try out best to help you.
In case if you have any other question on a different issue, we request you to open a new thread .