- Messaggi: 2
- Ringraziamenti ricevuti 1
The developer takes a few days off for Holidays...
...and will be back with charged battery!
From 23 December to 2 January included
During this period, assistance from developer will not be provided.
Si prega Accedi o Crea un account a partecipare alla conversazione.
$start = (new DateTime($i_startdate))->modify('first day of this month');
$end = (new DateTime($i_enddate))->modify('first day of this month');
$new_startdate = new DateTime($i_startdate);
$new_enddate = new DateTime($i_enddate);
$start = $new_startdate->modify('first day of this month');
$end = $new_enddate->modify('first day of this month');
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.