Is it possible to export the “last login” metadata - in human, readable text/data; as seen in the WordPress CMS Admin Users tab? S2Member export and PHPMyAdmin export only does the UNIX timestamp. How can this be converted? Why record this data if it can only be read in the CMS Admin?
Last login metadata export
You will need a custom script to convert it to “human readable format”. It’s easy as code, but is difficult to implement… Admin area page has this code already, so it shows it “right”. Can’t you convert after the export, somehow?
Thanks Krum. If it’s possible to convert after export, I haven’t found it yet… I read about the UNIX timestamp, but, saw nothing that calculates to a readable format. I’m open to suggestions. Speaking of scripts - do you know of any place where that can be sourced from? Or, does S2Member have something already? Thanks, again.