function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Siva@63Siva@63 

How to append year-Month-Date-Time in a windows batch script

Used below line to get the file format as C:\DataLoaderCL\Account_%time:~0,2%%time:~3,2%%time:~6,2%_%date:~-10,2%%date:~-7,2%%date:~-4,4%.csv
Output of the file : Account_130420_02152019.csv
Now i want to achieve the file format as : Account-2019-Feb-12-173306 The format should be Year-Mon-DD-Time
Please give suggestions to achieve above output

Thanks in Advance