I am curious to know if there is any advantage in PHP of using strftime() over date() or vice versa.
strftime()
date()
A class I downloaded used the strft
strft
is any advantage in PHP of using strftime() over date()
From the date manual page:
To format dates in other languages, you should use the setlocale() and strftime() functions instead of date().