coolumanga
11-19-2010, 01:48 PM
hey
there is form for enter date
if the date send for a example 1/11/2010
i want to create table with headings with month dates
for a example i need out put table as a
tabel headings with 1st nov,2nov,3nov,4nov so on
how do i do this ..
plz help me to do this
sample code plzzzzzzzzzzzzzzzzzzzzzzzz
mlseim
11-19-2010, 02:25 PM
Can you describe the purpose of this?
I think there might be better methods, like JQuery, AJAX or some other dynamic calendar.
And when you say "table", do you mean HTML <table> or MySQL table?
EDIT:
And also, a form where a user enters a date ...
How about using a pop-up date picker like this?
It would allow them to easily pick a date, and would
force the date format to be whatever you wish:
http://jqueryui.com/demos/datepicker/
.
coolumanga
11-21-2010, 09:29 AM
Can you describe the purpose of this?
I think there might be better methods, like JQuery, AJAX or some other dynamic calendar.
And when you say "table", do you mean HTML <table> or MySQL table?
EDIT:
And also, a form where a user enters a date ...
How about using a pop-up date picker like this?
It would allow them to easily pick a date, and would
force the date format to be whatever you wish:
http://jqueryui.com/demos/datepicker/
.
hiiiiiiiiiiiiiiiiiiii
yes perpose of this is .i want to create a monthly plan chart .......
there is a monthlyly chart there in the mysql table
from there data for the date and work hours
so what i want is when the date is submitted by user i mean 1-Nov then ...
result will show the
whole november month activities(like a table) ...................
for a example :
when we send nov-01
result page include
work no work name date (01/11) day(02/11) ........... day(30/11)
45 Project 2 no work @ city
how do i do this
plz help me to do this with a code example