I have created a simple tool which finds all properties that lay within a polygon feature (select layer by location), and then exports to a filegeodatabase (Feature class to feature class).
I am wondering if I can get the output filename to be dynamic, and include today's date in the feature class filename each time it is run?
Currently it exports LandParcelRateParking, if I run it each week it simply overwrites last weeks table. Can I get it to append to the filename to be something like:
LandParcelRateParking05042019
LandParcelRateParking09042019
etc
The model is as per below screenshot:

I am guessing there is something I can do to append the date, but I am missing it....
Cheers