"date_format" option does not affect the Event page input control
Web-enabled wishlist with reservations.
Brought to you by:
generalpf
Changing the date format in config.php changes the date display, but does not affect the input and date picker on the Event creation page - I had to edit event.tpl:
<input id="eventdate" name="eventdate" type="text" value="{$eventdate|escape:'htmlall'}" class="input-xlarge" placeholder="dd/mm/yyyy" data-date-format="dd/mm/yyyy">
<p class="help-block">dd/mm/yyyy</p>
Not sure if\how it would be possible to link the settings (my PHP is limited to wild hacking about...), but maybe something could be done?