- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the 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;
}
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.
Lyr!C wrote: 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.
Please Log in or Create an account to join the conversation.
Mike wrote:
Lyr!C wrote: 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.
Please Log in or Create an account to join the conversation.
Lyr!C wrote:
Mike wrote:
Lyr!C wrote: 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
Please Log in or Create an account to join the conversation.
Mike wrote: I know, I just meant it could speed-up implementation, if I donate some money
Please Log in or Create an account to join the conversation.
Lyr!C wrote:
Mike wrote: 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 )
Please Log in or Create an account to join the conversation.