ASKER
ASKER
<script type="text/javascript">
$(".form_datetime").datetimepicker({format: 'yyyy-mm-dd hh:ii'});
</script>
<fieldset class="form-group position-relative has-icon-left">
<label for="dtp_input2" class="col-md-2 control-label">Date: </label>
<div class="input-group date form_date col-md-5" data-date="" data-date-format="dd MM yyyy" data-link-field="dtp_input2" data-link-format="yyyy-mm-dd">
<input class="form-control form_datetime" size="16" type="text" name="this_date" id="this_date" value="<%=dThisDate%>">
<span class="input-group-addon"><span class="glyphicon glyphicon-remove"></span></span>
<span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span> </span>
</div>
<!--<input type="text" class="form-control"
name="this_date" id="this_date" placeholder="Select Date"
value="<%=dThisDate%>" required="">
-->
</fieldset>
ASKER
ASKER
jQuery (Core) is a cross-browser JavaScript library that provides abstractions for common client-side tasks such as Document Object Model (DOM) traversal, DOM manipulation, event handling, animation and Ajax. jQuery also provides a platform to create plugins that extend jQuery's capabilities beyond those already provided by the library.
TRUSTED BY
ASKER