MyBB Community Forums

Full Version: zz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
zzzzzzzz
The easiest thing would be to use this website: http://www.unixtimestamp.com/index.php
Fill in your time and copy the UNIX Timestamp (which looks like: 1396294775)

Once done, execute this query.

SELECT uid FROM mybb_users WHERE regdate > '*Timestamp*';

Is that what you mean?
zzzzz
(2014-03-31, 07:52 PM)Senethic Wrote: [ -> ]I don't belive that the regdate is saved as an UNIX Timestamp.
[attachment=31287]