掲示板

Blog update time

11年前 に Alagammai Kasi によって更新されました。

Blog update time

Regular Member 投稿: 149 参加年月日: 12/08/01 最新の投稿
Dear BUddies,

I need to check when a blog is updated ... the message posted on it has been changed and I need to extract the date and time that has been done.

How could I do it?

Please advice

Thanks in advance

Alagu
thumbnail
11年前 に Gnaniyar Zubair によって更新されました。

RE: Blog update time (回答)

Liferay Master 投稿: 722 参加年月日: 07/12/19 最新の投稿
Each blog entry has modifiedDate field :

Blog blog = BlogsEntryLocalServiceUtil.getBlogsEntry(entryId)
blog.getModifiedDate()
11年前 に Alagammai Kasi によって更新されました。

RE: Blog update time

Regular Member 投稿: 149 参加年月日: 12/08/01 最新の投稿
Thank you Gnaniyar, got that.

Is there a way to find what is the change?

Thanks,
Alagu
thumbnail
11年前 に Gnaniyar Zubair によって更新されました。

RE: Blog update time (回答)

Liferay Master 投稿: 722 参加年月日: 07/12/19 最新の投稿
I dont think so. changes will be stored in content field but you cannot take specific changes made in that entry.

Let us know if you achieve this. emoticon
11年前 に Alagammai Kasi によって更新されました。

RE: Blog update time

Regular Member 投稿: 149 参加年月日: 12/08/01 最新の投稿
I got into the table and noticed only the latest updates are there

So, planning to get another space where I could use my backups to recreate the liferay with the backups

with that, i might be able to get the previous messages in the blog

thank you so much for ur input