I have the next code:
I want this drop-dow show leading zeros for hours. Do you know how to do it??Code:<select name="Ehour" id="Ehour" tabindex="3"> <?php for($n=0; $n <=24; $n++) { ?> <option value="<? echo $n ?>"><? echo $n ?></option> <? } ?> </select>



Reply With Quote

Bookmarks