CodeFluent Entities provides the ability to remove the "date and time of generation" at startup. The option can be defined at the manufacturer level or at the project level (applies to all your manufacturers).
- At the manufacturer level
Select a manufacturer and set the productionFlags property to "RemoveDates"
<cf:producer productionFlags="Overwrite, RemoveDates"> </cf:producer>
Select the project and set the defaultProducerProductionFlag property (on the Advanced tab) to RemoveDates
<cf:project defaultProducerProductionFlags="Overwrite, RemoveDates">
The procedure is explained on the Codefluent Entities blog: http://blog.codefluententities.com/2013/04/22/remove-the-current-date-and-time-to-generated-files/
source share