You (or Joomla) is likely including this file multiple times. Enclose your function in a conditional block:
if (!function_exists('parseDate')) { // ... proceed to declare your function }
548k questions
547k answers
4 comments
86.3k users