Resolved! S3 file upload with TODAY'S date in the file name
Hi,I'm trying to add today's date in the file name when I load CSV file on S3 bucket.I know there is Date.now() , but this gives date with local tiem.What's the best way to add local DATE only (today's local date) (NOT THE TIME)?Thank you