|
Dealing with Dates |
|
|
|
At some point in your programming carrier you going to be asked to deal with a date. I've found PHP has a slew of really useful date utilities to manipulate and change the format of your date or time. The date function is very useful in formatting your date the way you want to display it. There are a slew of different setting you can send to the function to format the date exactly how you want it. You can check the PHP website for all the different mask this function supports. |
|
Read more...
|
|
|
|
|
|
|