| SpanOfDates(DateTime, DateTime) | Formats a span of dates, a start and end date, to a common formatted string. |
| SpanOfDates(String, String) | Formats a span of dates, a start and end date, to a common formatted string. If either input variable can not be parsed as a DateTime, then today's date is used. |