I upgraded to v 0.217.2. I need to format dates, but the new date & time node does not offer the option to format dates anymore, only to add e substract
Hi @fxholl, tbh I am not sure if this is intentional or not, but based on not seeing any hint in the changelog I reckon it’s not. I’ll raise this as a bug internally.
As a workaround, perhaps you can use a Set node with an expression of {{ $today.minus({days: 7}).toFormat('yyyyMMdd') }}? This should work like the Date & Time node from your screenshot:
I was not able to search for it in the sidebar, but once I’ve added the node to the canvas I could select it just fine. This was on a fresh instance using docker run -it --rm -p 5678:5678 -e N8N_DIAGNOSTICS_ENABLED=false n8nio/n8n:0.217.2. Can you confirm how exactly I could reproduce the problem you are having?