Archive: Date-Time manipulation
-
Jan 11, 2011
Comments OffHow to make a PHP calendar
In this tutorial you will learn how to build your own web based calendar using PHP. This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show the selected month name with the year following and...
-
Jan 11, 2011
Comments OffHow to Create a Calendar in PHP
PHP date functions make it easy to generate calendars on-the-fly. calendar image by Christopher Hall from Fotolia.com // The PHP programming language features date and time functions that simplify creating a monthly calendar. The “date()” function returns a formatted date, or parts of a date, for a given UNIX timestamp. The “mktime()” function returns a...
-
Nov 09, 2010
Comments Offall Post of ajax javascript php magento jquery and all web developement related tutorials
Sleek and Smooth animated menu using jQuery by Bagesh singh 1 person liked this Today, I’m going to show you something interesting with jQuery. Yesterday I was thinking something to post something programming related stuff in blog after long time and I came across a website, whose menu impressed me a lot. But checking it...
-
Mar 19, 2010
Comments OffFinding difference of days between two dates in PHP
Yesterday, my friend Roshan was was struggling to find the days difference between to two dates in PHP. Well, after a while I came up with the solution for him. The date format...
-
Mar 19, 2010
Comments OffSolving time difference between hosting server and local timezone in PHP
I think this is one of the common problem...