- Posts: 2
- Thank you received: 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.
Please Log in or Create an account to join the conversation.
$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');
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.