Also read: For a list of date-time format examples using Dataweave

Dataweave code:
%dw 2.0
output application/json
---
((now() >> "GMT") as String {format: "MMM dd, uuuu, KK:mm:ss a"})
Also read: For a list of date-time format examples using Dataweave
%dw 2.0
output application/json
---
((now() >> "GMT") as String {format: "MMM dd, uuuu, KK:mm:ss a"})
0 Comments