Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <div class="media">
  2. <div class="media-body">
  3. <div class="form-group">
  4. <div class='input-group date' id='datetimepicker1'>
  5. <input type='text' id='bdate' name='bdate' class="form-control" value="<?= $userProfile ? $userProfile['bdate'] : '' ?>"/>
  6. <span class="input-group-addon"> <span class="glyphicon glyphicon-calendar"></span>
  7. </span>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement