Skip to content
Snippets Groups Projects
Commit 49d87ce3 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Ajout du format simple TIME en constante

parent 8f4d76a9
No related branches found
No related tags found
1 merge request!1Bootstrap datetime picker
......@@ -16,6 +16,7 @@ class Util
{
const DATE_FORMAT = 'd/m/Y';
const DATETIME_FORMAT = 'd/m/Y à H:i';
const TIME_FORMAT = 'H:i';
/**
* @var float
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment