After some user requests, we've decided to add some new information to the teaminfo.aspx and login.aspx pages. This information is the date when a team has been created - or as it will be in the pages - createDate.
The date will be formatted just like all other dates in BB API and it will appear on the teaminfo page under the "owner" value (both shown only if the team is not bot). On the login page, if the quickinfo option is selected, the value will also be displayed under "owner".
Here's an example:
<bbapi version="1">
<team id="41071" retrieved="2010-11-10T10:44:55Z">
<teamName>TrenseRI</teamName>
<shortName>TRE</shortName>
<owner supporter="1">BB-Marin</owner>
<createDate>2007-11-17T15:04:00Z</createDate>
<league id="1188" level="1">A-1 Superliga</league>
<country id="24">Hrvatska</country>
</team>
</bbapi>
If there are any reasons why we should do this differently, please report here during next 7 days. Once it is implemented, the change will be permanent.