Legacy Knowledge Base
Published Jun. 30, 2025

How to check the date of site creation

Written By

Shimada Taro

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • Is there a way to check the creation date of a created site?

Environment

  • DXP 7.0+

solution

  • There is no way to check the site creation date in the basic functions.
  • There are two alternative methods
    1. An audit log is recorded when the site is created.
    The creating user is registered as the site owner, so the "ASSIGN" resource action is recorded.

    2. When a site is created, layout information is stored in the database.
    LayoutSet.groupId" is the site ID, and you can refer to the creation date and time from "LayoutSet.createDate".
Did this article resolve your issue ?

Legacy Knowledge Base