automate selected Date into inputfield

admin

Administrator
Staff member
Hi

This script might need to be customized and since I don磘 know the language too well to write my own and making a search will not find the exact answer...

so...

I would like somehow to automatically display the current "selected" date in an input form field. I would list every saturdays (and/or tuesdays) in the year.
So that the current saturday will be automatically shown in the input field and when it is passed, the next saturday will be shown instead.

I suppose some arrays would be listed so I can manually select which dates of the year it should be listed

the date format should look like this... 09 apr
Which is this saturday in a couple of days.. and when that saturday has passed it would then say 16 apr next time the user enters that page
-----------------

It would be very nice if someone could implement this feature inside the "Value" within the input field
<input name="date" size="5" value=http://www.webdeveloper.com/forum/archive/index.php/"the javascript code">

is this possible?
 
Top