SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <div class="form-group">
- <label for="date" class="col-sm-4 control-label">Дата</label>
- <div class="col-sm-8">
- <div class='input-group'>
- <input type='text' class="form-control" id="date" data-behavior="datepicker" placeholder="Дата" value="" />
- <span class="input-group-addon">
- <span class="glyphicon glyphicon-calendar"></span>
- </span>
- </div>
- </div>
- </div>
- $(document).ready(function() {
- $(function() {
- $('#date').datetimepicker({
- defaultDate: moment().startOf('day').add(1, 'day'),
- });
- });
- });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.