datebox format info
-
I am trying to pull a datebox value from the wp_bp_xprofile_data table.
The code im; useing is
`
<?php
$time = “390182400” + 1;
echo date(“m d Y”,$time); ?>
‘
I am using this code because it’s a file that’s not within the wp/bp.
The date is 5/14/1982 but when it displays it displays 5/13/1982.
Am I doing something wrong?
- The topic ‘datebox format info’ is closed to new replies.