1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


PHP Tutorials — Date and Time

PHP » Date and Time — about 1 month ago
Ever wanted to display a date and not known how to get “th” after your 7 to make December 7th, 1941? Or wanted to show a visitor to a website that they were the 4,721st visitor and not visitor number 4,721?
PHP » Date and Time — 8 months ago
This short how-to shows you how to format dates in PHP
PHP » Date and Time — over 2 years ago
How to get the start and end date of the prior week to the current one in PHP.
PHP » Date and Time — over 2 years ago
Learn the basics of the PHP Date Function with this quick, simple tutorial and cheat sheet!
PHP » Date and Time — almost 4 years ago
In this tutorial we'll be going through the ins and outs on how to make a calendar in php.
PHP » Date and Time — over 4 years ago
When developing more complex PHP sites, especially forums, discussion boards and blogs where date and time functions are important, you’ll regularly encounter situations where you need to display and manipulate values based around the current date and time. PHP includes a range of functions which can help you to easily format and adjust your date and time displays to suit your needs. In this tutorial, we’ll look at some easy ways to display calendar information for your visitors.
PHP » Date and Time — about 5 years ago
Dates can be hard to work with in PHP, here we learn you the simple way of getting yesterdays date (and other dates relative to today)
PHP » Date and Time — over 5 years ago
This tutorial walks you through how to use a few simple functions - strotime(), date(), and rand() - to find a random date in PHP. The end result is a simple one-line command, which you can place in a function and re-use in your own scripts.
PHP » Date and Time — over 5 years ago
Using the Timezone class to automatically deduce the timezone's GMT offset and then modify the date accordingly. I must admit that I was going to write you a simple timezone script and then tell you how easy it was. However, I came across some handy timezone_* functions and things got a little more difficult but a lot more practical. This script will allow you to display the time in any timezone you wish, without any ifs, buts or maybes along the way.
PHP » Date and Time — almost 6 years ago
If you want to impose restrictions on age when people visit your website, or sign up, you'll need to calculate a user's age through a form - since web servers aren't psychic - yet.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials. Mind lending a hand?