2018-11-28 15:31:47 +01:00
|
|
|
/**
|
|
|
|
* This file is part of Zwii.
|
|
|
|
*
|
|
|
|
* For full copyright and license information, please see the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*
|
|
|
|
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2008-2018, Frédéric Tempez
|
2022-12-29 17:02:20 +01:00
|
|
|
* @license CC Attribution-NonCommercial-NoDerivatives 4.0 International
|
2020-09-01 20:48:40 +02:00
|
|
|
* @link http://zwiicms.fr/
|
2018-11-28 15:31:47 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Paramétrage du format de date
|
2023-02-17 10:59:25 +01:00
|
|
|
|
2018-11-28 15:31:47 +01:00
|
|
|
$(function() {
|
|
|
|
$(".datepicker").flatpickr({
|
|
|
|
enableTime: false,
|
|
|
|
});
|
|
|
|
});
|
2023-02-17 10:59:25 +01:00
|
|
|
*/
|