Viewing 8 posts - 1 through 8 (of 8 total)
The topic ‘Get user signup unix timestamp?’ is closed to new replies.
Hi Andrew,
I am integrating intercom and would like to print the user signup date as a unix timestamp for their messenger app.
created_at: 1312182000// Signup date as a Unix timestamp
Any way I can do this, something like...
<?php
echo $this->session->userdata('user_email');
?>
Thanks!
The topic ‘Get user signup unix timestamp?’ is closed to new replies.