How would I convert something like 1207237131 to a date like Sunday April 8, 2008
[man]date/man
OK I have this: date(lFjY, $b_row["field"])
but that runs the date info altogether, but I get an error with this: date(l FjY, $b_row["field"]) [space between "l" and "F"]
shouldn't that work?
$date = date('l F j, Y', $b_row['field']);