Hello. I am having a hard time exporting table to excel while time or date stamping the .xls file. Right now my py scrips runs through its steps and exports an excel file. I'd like the excel file name to by appended with the current date (or time).
I just can't seem to append the variable to the output filename in the following line. <SPAN class="n">arcpy</SPAN><SPAN class="o">.</SPAN><SPAN class="n">TableToExcel_conversion</SPAN><SPAN class="p">(</SPAN><SPAN class="n">in_table</SPAN><SPAN class="p">,</SPAN> <SPAN class="n">out_xls</SPAN><SPAN class="p">)</SPAN>
.
Thanks.