Created Date and Modified Date

  • Arbind Bhagat
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
3 years 3 weeks ago #142706 by Arbind Bhagat
Created Date and Modified Date was created by Arbind Bhagat
Does the Event Booking store the date-created (the date-time when the event was created by an admin) and date-modified (the date-time when the event was modified by an admin) somewhere in the database? I tried to find it, but couldn't locate it.

If not, could you please add this feature to EB? All the Joomla components have this data, and I think EB should also have this data. I am trying to develop an EB plugin and I need to know the last time any event was created/modified.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 3 weeks ago #142712 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Created Date and Modified Date
Hello

You can add the following fields to #__eb_events table and it will store these data automatically (by our MVC layer)

- created_date
- modified_date
- modified_by

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc