Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q533, July 31, 2001 at 14:47:20:

You are here: irt.org | About | Feedback | 3029 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q533

Sent by
michel on July 31, 2001 at 14:47:20:

Comments:
Here is an example on how to use the script

<form>
<script>
function days_in_month (year, month) {
return 32 - new Date(year, month, 32).getDate();
}
now = new Date();
daysInMonth = days_in_month(now.getFullYear(),now.getMonth());
txt='<select name="days">';
for (i=1;i<=daysInMonth;i++) txt += '

Other feedback on 'irt.org FAQ Knowledge Base Q533' - show all

©2018 Martin Webb