Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The date() function returns ___ representation of the current date and/or time.

a) Integer
b) String
c) Boolean
d) Float

Answer: b
Explanation: The function date() is used to format a local date and time, and it will return the formatted date string. The syntax of this function is string date(string format [, int timestamp]).

Join The Discussion