Function Reference: geodir_event_date_format

Summary

Event calendar date format

Filters

‘geodir_add_event_calendar_date_format’ [Line: 1871]

Source File

geodir_event_date_format() is located in geodir_event_manager/gdevents_functions.php [Line: 1868]

Source Code

function geodir_event_date_format() {

    // if the separator is a slash (/), then the American m/d/y is assumed; whereas if the separator is a dash (-) or a dot (.), then the European d-m-y format is assumed.
	return apply_filters( 'geodir_add_event_calendar_date_format', 'Y-m-d' );
}