I am getting the dateline_from like
1160949600
I usually use the php date function to convert it to 2006-10-15 But I am having difficulties with the below. What should I use for that? Thanks.
Quote:
<option
value=\"".mysql_result($getcalid,$cal,"eventid")." \"$calselected>".mysql_result($getcalid,$cal,dateline_from)."
- ".mysql_result($getcalid,$cal,"title")."</option>
|
k, never mind