hello
I have dates coming in via APIs in US format and I’d like to convert them to French dates. What can I do please ?
Thanks !
hello
I have dates coming in via APIs in US format and I’d like to convert them to French dates. What can I do please ?
Thanks !
Try ToolBox plugin and convert your date via JavaScript.
Cheers,
Suri M.
Thanks !
Don’t do that. You don’t need to use a plugin. A format is only a display stuff. Use :formatted as. Be sure in API connector to set the type to date
Thanks for your reply @Jici . I modified the formatting in the API, used the formatted option as you recommended and the result is perfect and without plugin ! Thanks for your precious help.