How to add a graphical date button in a form statement

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

How to add a graphical date button in a form statement

Post by Dilbert137 »

Dear All,

Sorry to bother you again. Can someone tell me if it is possible to add a graphical button for a datetime field to select a date in a form statement.

Best Regards
Dilbert137
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Post by miro_igov »

Dear Dilbert137,

this is something javascript related and you can look at this: http://www.nsftools.com/tips/DatePickerTest.htm

Check the source and you will find how is it done.
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Post by Dilbert137 »

Thanks
Dilbert137
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Post by Dilbert137 »

While doing some research the solution of datepicker is also found in php and not only in a javascript coding.

Regards
Dilbert137
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

A date picker is a clientside thing. It's got nothing to do with PHP.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Moved thread to Client Side
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Post by Dilbert137 »

What I mean is that it can be developed in php and that it is not only javascript. I know that it is my issue.

Regards
Dilbert137
Post Reply