calendrier_quete.json_fonctions.php 135 B

123456789
  1. <?php
  2. if (!defined('_ECRIRE_INC_VERSION')) return;
  3. include_spip('inc/json');
  4. function todate($t){return date('Y-m-d H:i:s',$t);}
  5. ?>