[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / calendrier_mini-2.0 / calendrier_mini.json_fonctions.php
1 <?php
2 /**
3 * Fichier de fonction du json du calendrier mini
4 *
5 * @package SPIP\CalendrierMini\Fonctions
6 **/
7 if (!defined('_ECRIRE_INC_VERSION')) return;
8
9 include_spip('inc/json');
10
11 /**
12 * Transforme un timestamp en date au format SQL
13 *
14 * @param int $t Timestamp
15 * @return string Date au format SQL
16 **/
17 function todate($t){return date('Y-m-d H:i:s',$t);}
18
19 ?>