Hi,friends

I want to display calender in simple way just like the calender display all months in first row,after then 15 days of any one month in second row just like dtpicker but all months displayed at the same time in one row.

ref link:http://www.tourstogo.com.au/tour.5143

as given in link, i want that thing in admin part so admin can change last one row given in that page.
please if you get me then help me.

Recommended Answers

All 2 Replies

Hi,

go to php.net and look up these two functions: date() and mktime(). The first one gets you all information that you need about a specific day and mktime creates you the unix-time-stamp that is needed for date().
When reading the documentation you should get all information you need to write a calender.
Greetings
Simon

Hi,sDJh
Thanks for your help

I used that mktime() and date() function and also achive my goal.

mktime() is realy great and very helpful function for get day,date,months etc. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.