- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
sort($days);
protected function datelistUl ($i){
$days=unserialize($i->dates);
sort($days);
$totDates = count($days);
Please Log in or Create an account to join the conversation.