Published in: PHP
function datacastella($data = '', $separator) { $d = (int)$d; $m = (int)$m; return $d.$separator.$m.$separator.$a; }
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
luman on 06/29/06
5 people have marked this snippet as a favorite
daniel
arcturus
alexsancho
sendoa
willcodeforfood
Published in: PHP
function datacastella($data = '', $separator) { $d = (int)$d; $m = (int)$m; return $d.$separator.$m.$separator.$a; }
You need to login to post a comment.