Skip to content

Instantly share code, notes, and snippets.

@keopx
Last active August 29, 2015 14:07
Show Gist options
  • Save keopx/7635c236e9e2ddde782a to your computer and use it in GitHub Desktop.
Save keopx/7635c236e9e2ddde782a to your computer and use it in GitHub Desktop.
Views datepicker format correctly
<?php
function publiviews_js_alter(&$js) {
$js['settings']['data'][] = array(
'better_exposed_filters' => array(
'datepicker_options' => array(
'dateformat' => 'dd-mm-yy',
)));
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment