Tag Archives: php

PHP Local Date

Using date and time functions in PHP is as easy as it gets. However there are times when the website you build is addressed to a non-English audience, let’s say Greek. We know that date(“F”) will echo “January” if we … Continue reading