Già
Prova così:
function estraidata($data) {
ereg ("([0-9]{2})[-/\]([0-9]{2})[-/\]([0-9]{4})", $data, $regs);
return "$regs[2]/$regs[3]";
}
Già
Prova così:
function estraidata($data) {
ereg ("([0-9]{2})[-/\]([0-9]{2})[-/\]([0-9]{4})", $data, $regs);
return "$regs[2]/$regs[3]";
}