| Using Calendar With Separate Form Fields For Y/M/D etc. ¶ | |
| I'm trying to adapt The DHTML Calendar for use with Textpattern which has separate form fields for year, month, day, hour, and minute. Can I have The Calendar output to the separate fields all at once? If so, how do I do it? Thanks for such a cool calendar!
| |
| Re: Using Calendar With Separate Form Fields For Y/M/D etc. ¶ | |
| Try this: <input type="text" name="month" id="f_date_a" size="2"/>/ <script type="text/javascript"> This will populate the first box with the month, then use the onUpdate to populate the other 2 boxes with the day and year of the selected date. | |
| last |














