iiNet
03-15-2002, 03:00 AM
ok i have been looking around for help on this, but havent found much apart from bits of code like this
$datestr1 = substr($latest_array["dateline"],0,10);
$datetime = substr($latest_array["dateline"],11,8);
how do i convert from the vbulletin dateline field, to a date/time ?
$datestr1 = substr($latest_array["dateline"],0,10);
$datetime = substr($latest_array["dateline"],11,8);
how do i convert from the vbulletin dateline field, to a date/time ?