- Messaggi: 4
- Ringraziamenti ricevuti 0
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
// Génération du Calendrier
$days = date("d", mktime(0, 0, 0, $mese+1, 0, $anno));
$list = array();
for($a=1; $a<=$days; $a++)
{
$list[$a]['date'] = date('Y-m-d', mktime(0, 0, 0, $mese, $a, $anno));
$list[$a]['dateFormat'] = strftime($f, mktime(0, 0, 0, $mese, $a, $anno));
$list[$a]['dateTitle'] = strftime($f, mktime(0, 0, 0, $mese, $a, $anno));
$list[$a]['week'] = date('N', mktime(0, 0, 0, $mese, $a, $anno));
$list[$a]['day'] = $a;
$list[$a]['month'] = $mese;
$list[$a]['year'] = $anno;
$list[$a]['year'] = $anno;
$list[$a]['events']=array();
}
return $list;
}
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Lyr!C ha scritto: Euhhh... no, it won't work like this...
Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Mike ha scritto:
Lyr!C ha scritto: Euhhh... no, it won't work like this...
Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.
In fact it's something I really need, for example to have props StartDate and EndDate, which - if set - will limit (or filter, as you said) first month+year and/or last month+year. IMHO it's relatively easy mod, could you implement it please? If so, I'm ready to pay for it. In such case contact me please, thanks.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Lyr!C ha scritto:
Mike ha scritto:
Lyr!C ha scritto: Euhhh... no, it won't work like this...
Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.
In fact it's something I really need, for example to have props StartDate and EndDate, which - if set - will limit (or filter, as you said) first month+year and/or last month+year. IMHO it's relatively easy mod, could you implement it please? If so, I'm ready to pay for it. In such case contact me please, thanks.
Hi Mike!
It is in the wishlist (my first post is, developpement features to be added this year, but hope most in the few months to come ):
www.joomlic.com/en/forum/icagenda-announ...future-versions#1937
Si prega Accedi o Crea un account a partecipare alla conversazione.
Mike ha scritto: I know, I just meant it could speed-up implementation, if I donate some money
Si prega Accedi o Crea un account a partecipare alla conversazione.
Lyr!C ha scritto:
Mike ha scritto: I know, I just meant it could speed-up implementation, if I donate some money
I understand, but I can not do so...
The project is intended for everyone, and I do not want to create privileges!
However, this filter is expected soon to link menu (i already have added it in my next developpment, before your post )
Si prega Accedi o Crea un account a partecipare alla conversazione.