Answers for "How to get first 3 letters of the current date"

0

How to get first 3 letters of the current date

$result = substr(date('F'), 0, 3)
Posted by: Guest on April-21-2021

Code answers related to "How to get first 3 letters of the current date"

Browse Popular Code Answers by Language