String formatDate(EllaDate date, [String formatString = I18N_FORMAT_DATE]) { return format( new EllaDateTime(date, EllaTime.empty), formatString); }