Changeset 30253 in spip-zone for _plugins_/Association/Association_2.0/association_fonctions.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/Association/Association_2.0/association_fonctions.php
r21863 r30253 13 13 //Conversion de date 14 14 function association_datefr($date) { 15 $split = split('-',$date);15 $split = explode('-',$date); 16 16 $annee = $split[0]; 17 17 $mois = $split[1];
Note: See TracChangeset
for help on using the changeset viewer.