Q. Which function is used to get the current date in PHP?
β
Correct Answer: (C)
date()
Explanation: date() is used to format and display dates.