Skip to content

Instantly share code, notes, and snippets.

@akroii
Created March 11, 2021 09:19
Show Gist options
  • Save akroii/51b771f8c9282e73847fdda15a33d37a to your computer and use it in GitHub Desktop.
Save akroii/51b771f8c9282e73847fdda15a33d37a to your computer and use it in GitHub Desktop.
Get date config from contao
\Contao\Config::get(‘dateFormat’)?
@akroii
Copy link
Author

akroii commented Jul 25, 2021

$GLOBALS['objPage']->dateFormat

@akroii
Copy link
Author

akroii commented Jan 3, 2023

parseDate(isset($GLOBALS['objPage']) ? $GLOBALS['objPage']->dateFormat : $GLOBALS['TL_CONFIG']['dateFormat'], $this->timestamp); ?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment