function sk_date ($date) { $new_date = explode("-", $date); $date =$new_date[2]."-".$new_date[1]."-".$new_date[0]; return $date; } function filename ($title) { $old = array(",", "?", "'"); $new = array("", "", ""); $title = str_replace($old, $new, $title); return strtolower(implode("", explode("'", implode("-", explode(" ", $title))))); } function clean($input) { $clean = array(); if (ctype_alnum($input)) { $clean['$input'] = htmlentities($input, ENT_QUOTES, 'UTF-8'); $input = mysql_real_escape_string($clean['$input']); return $input; } } function monthYear($date) { $new_date = explode("-", $date); return date("F Y", mktime(0, 0, 0, $new_date[1], $new_date[2], $new_date[0])); } function cleanText($text) { $old = array("&"); $new = array("&"); return str_replace($old, $new, $text); } ?>
Time and Attendance South West
The Time and Attendance South West site is currently down for maintenance.
Alternatively, why not visit our parent company, www.timeandattendance-uk.co.uk, where further information is available on all of our time and attendance systems and software. All time and attendance equipment is compliant with the EU Working Time Directive.
|