php, codeigniter
날짜만 추출하기
디츠
2015. 3. 23. 15:39
preg_match_all("/[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}/", $string, $r);
echo $r[0][0];