- Messages : 4
- Remerciements reçus 0
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
// 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;
}
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Lyr!C écrit: 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.
Connexion ou Créer un compte pour participer à la conversation.
Mike écrit:
Lyr!C écrit: 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.
Connexion ou Créer un compte pour participer à la conversation.
Lyr!C écrit:
Mike écrit:
Lyr!C écrit: 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
Connexion ou Créer un compte pour participer à la conversation.
Mike écrit: I know, I just meant it could speed-up implementation, if I donate some money
Connexion ou Créer un compte pour participer à la conversation.
Lyr!C écrit:
Mike écrit: 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 )
Connexion ou Créer un compte pour participer à la conversation.