How to convert YYYY-MM-DD date format to DD-MMM-YYYY with node or any other easy solution

Hello @Paras,

I suggest to work with format you have so you can use Date&Time based nodes (I assume you have Local Date column type) and then prior to exporting data convert your column to string using Date&Time to String node and then further manipulate it to format you want using join() and substr() functions.

See here for more:

Br,
Ivan

2 Likes