subject

$current_date = new DateTime();

$due_days_diff = $current_date->diff($due_date);< br />
if ($current_date > $due_date) {

$overdue_message = $due_days_diff->format(

'%y years, %m months, and %d days overdue.');

}

Questions:

1-. (Refer to code example 1) If $due_date contains a DateTime object, $due_date_diff will contain

a.

a TimeStamp object

b.

a DateTime object

c.

a DateInterval object

d.

a TimeInterval object

2. (Refer to code example ) If $due_date contains a DateTime object for a date that comes 1 month and 7 days before the date stored in the $current_date variable, what will $overdue_message contain when this code finishes executing:

a.

0 years, 1 months, and 7 days overdue.

b.

-0 years, -1 months, and -7 days overdue.

c.

1 month and 7 days overdue.

d.

$overdue_message won’t be set because the if clause won’t be executed

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:40
Gabe wants to move text from one document to another document. he should copy the text, paste the text, and open the new document highlight the text, select the cut command, move to the new document, make sure the cursor is in the correct location, and select the paste command select the save as command, navigate to the new document, and click save highlight the text, open the new document, and press ctrl and v
Answers: 1
question
Computers and Technology, 23.06.2019 04:20
Which network media uses different regions of the electromagnetic spectrum to transmit signals through air? uses different regions of the electromagnetic spectrum to transmit signals through air.
Answers: 2
question
Computers and Technology, 23.06.2019 06:30
How do you write an argumentative essay about the importance of free enterprise ?
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
An english teacher would like to divide 8 boys and 10 girls into groups, each with the same combination of boys and girls and nobody left out. what is the greatest number of groups that can be formed?
Answers: 2
You know the right answer?
$current_date = new DateTime();

$due_days_diff = $current_date->diff($due_date);< br...
Questions
question
Mathematics, 10.03.2021 20:20
question
Spanish, 10.03.2021 20:20
Questions on the website: 13722367