1.

__Which of the following statements can be used to add two months to the existing date?__

A. $date->modify(‘+2 months’);
B. $date = modify(‘+2 months’);
C. $date = modify(‘2+ months’);
D. $date->modify(‘2+ months’);
Answer» B. $date = modify(‚Äö√Ñ√≤+2 months‚Äö√Ñ√¥);


Discussion

No Comment Found