icalendar--datetime-to-european-date
icalendar--datetime-to-european-date is a compiled Lisp function in `icalendar.el
'.
(icalendar--datetime-to-european-date DATETIME &optional SEPARATOR)
Convert the decoded DATETIME to European format.
Optional argument SEPARATOR gives the separator between month,
day, and year. If nil a blank character is used as separator.
European format: (day month year).
FIXME