Hello everybody,
I need to recover the current day, but in this format: YYYY-MM-DD
I thought a workaround using short date characteristics (year number + month number + day number), like so:
You could use a string fuction to trim it to 10 characters max length. I believe you can do that with the arbitrary javascript component, zapier, or similar.
Thanks for the reply. i need to pass this data (yyyy-mm-dd) through an api call, to an external service. therefore it must not simply be printed on screen. do you think it is possible?