input type TIME field not displaying
Hi Ray,
I have an update page that has a couple of TIME fields and one works while the other does not. The one that works displays the time correctly as 5:30 PM and the other one will not display, it just shows the time pattern.
Correctly displayed:
<div class="lineGroup"> <label for="arrvtime" class="sublabel" > Arrv Time:</label>
  <input id="arrvtime" name="arrvtime" type="time" value="<?php echo $row_WADARegistrationTable['arrvtime']; ?>" class="formTextfield_Medium" tabindex="42" title="Please enter a value.">
Not displaying
   <div class="lineGroup"> <label for="departtime" class="sublabel" > Depart Time:</label>
  <input id="departtime" name="departtime" type="time" value=" <?php echo $row_WADARegistrationTable['departtime']; ?>" class="formTextfield_Medium" tabindex="49" title="Please enter a value.">
Both are TIME datatypes. Not sure what I am missing.
thx
Eric

 







 
     
     
    







