Repackage the contents of an array into a delimited string,
<?php $fulldate = implode ("-", $expdate); echo $fulldate; ?>