Jump to content

Function


vj5

Recommended Posts

if you can't convert that piece of code to a function than i doubt you will be able to use that function :Sanyway, here it is:

<?phpfunction convert_date($raw_date){	return strftime("%b %d, %Y", strtotime($raw_date));}?>

Link to comment
Share on other sites

if you can't convert that piece of code to a function than i doubt you will be able to use that function :Sanyway, here it is:
<?phpfunction convert_date($raw_date){	return strftime("%b %d, %Y", strtotime($raw_date));}?>

Thank you.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...