/ Published in: PHP

Expand |
Embed | Plain Text
function datacastella($data = '', $separator) { $d = (int)$d; $m = (int)$m; return $d.$separator.$m.$separator.$a; }
You need to login to post a comment.
luman on 06/29/06
6 people have marked this snippet as a favorite
daniel
arcturus
alexsancho
sendoa
willcodeforfood
jacinmontava
function datacastella($data = '', $separator) { $d = (int)$d; $m = (int)$m; return $d.$separator.$m.$separator.$a; }
You need to login to post a comment.