- Posts: 4
- Thank you received: 1
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 1st August to 10th August, 2026 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.1.0-alpha1 will be available for testing for users with a PRO subscription
by the end of August!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Oui, car la sauvegarde des dates à partir de la version 3.7 se feront dans une table séparée.Klol wrote: Merci pour la réponse.
Oui j'ai quelques notions.
Je pourrais tester quelque chose.
Vous dites que ca sera plus valide en 2016 parce que la mise à jour écrasera les codes?
Belle journée
function listeDates()
{
$dates_periodes = unserialize($item->period);
$jours = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$result = '';
foreach ($dates_periodes as $date)
{
$result.= '<li>' . $jours[date('w', strtotime($date))] . ' ' . date('j F', strtotime($date)) . ' - ' . date('H:i', strtotime($item->enddatetime)) . '</li>';
}
return $result;
}
Please Log in or Create an account to join the conversation.

