Question on Timestamp and User List | Forum

The column "timestamp" in the ow_blogs_post table is defined as an integer. Is there any special oxwall function to convert a standard Timestamp value to this oxwall format?

Also is there any function or sample to get the list of users registered and to get their authorid?
Please someone assist me in this.
This was also done by myself. Active users participation can only help oxwall beat other apps.
Team
Sardar Apr 25 '12
You can use:

UTIL_DateTime::formatSimpleDate($timeStamp);

UTIL_DateTime::formatDate($timeStamp);

Thanks for the tip. Your tip was really simple than the one I had. Thanks again.
Team
Michael I. Dec 21 '12
Topic was moved from Plugins.