- Messaggi: 34
- Ringraziamenti ricevuti 4
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Si prega Accedi o Crea un account a partecipare alla conversazione.
// (3) Filter Dates : Upcoming
elseif ($filterTime == 3)
{
// Period with no weekdays selected
if (in_array($get_date, $perioddates)
&& $only_startdate
&& (strtotime($StDate) > strtotime($datetime_today))
)
{
$AllDatesFilterTime[] = $fD;
}
// Period with weekdays selected
elseif (in_array($get_date, $perioddates)
&& !$only_startdate
&& strtotime($get_date) > strtotime($datetime_today)
&& strtotime($date_get_date . ' ' . $time_startdate) > strtotime($datetime_today)
)
{
$AllDatesFilterTime[] = $fD;
}
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.