Hi ,
I need to export table data to a csv file. But I have to save the filename with some name concatenate with current date and time
For ex: Purchaseorder22/01/202106:22:20. Help me on this.
Regards,
Ram
Hi Ram Kumar,
You can try the code as per this post.
If you're not afraid of .NET Interop, it can be very simple. Something like this:
System.String::Format('PurchaseOrder{0:dd/MM/yyyyHH:mm:ss}', dateTimeValue);
Note that including colon in file names doesn't look very wise to me.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,029
André Arnaud de Cal... 871 Super User 2025 Season 2
Sohaib Cheema 582 User Group Leader