Hello meashsoft,
While I am uncertain about a feature request on addon domain date of creation, since I did not find any prior requests of that nature nor any internal cases already opened to address it, you can find the date of creation for addon domains in the cPanel error_log in root SSH (I'm uncertain why it logs to the cPanel error_log when it isn't an error for such a creation).
To find the domain and when it was created, you'd run:
Code:
grep addondomain.com /usr/local/cpanel/logs/error_log
Where addondomain.com is the name of the addon domain.
Here's an example return from running that command on my machine:
Code:
[root@itchy:/usr/local/cpanel/logs] # egrep anotherdomain error_log
[2011-01-30 21:39:10 -0800] info [parkadmin] Creating Addon domain 'anotherdomain.com' on 'anotherdomain.anythingeverything.org'.
Thanks.