is it possible for a custom profile field that is in unix time, to be converted to regular datetime format when displayed on the profile?
here's what i have and why im wondering: i have a minecraft server, with the communitybridge plugin, and the plugin injects it's data into the profile field in the database, set as mclastonline. it injects as unix time, which i cant decipher, as it's just numbers. here is what it shows: 1361290167
can you read that? lol it's a date and a time that should be in the format: 2013-2-19 8:01 AM or similar.
from that, it calculates the total time played, which is suppose to insert as a formatted field such as 10 minutes, or 1 day 3 hours 3 minutes, but instead i can only get it to work as a number, such as 47.
any ideas?