Skip to content

Instantly share code, notes, and snippets.

@appikonda
Created April 13, 2015 21:36
Show Gist options
  • Save appikonda/a81bd05edcc3d2ff6184 to your computer and use it in GitHub Desktop.
Save appikonda/a81bd05edcc3d2ff6184 to your computer and use it in GitHub Desktop.
Bootstrap date/time
<div class="form-group">
<label for="datetimepicker" class="col-sm-3 control-label">Date/Time
:</label>
<div class="col-sm-6">
<input type="text" size="30" maxlength="50" name="datetimepicker"
id="datetimepicker" required="required" class="form-control">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment