Browse Source

starting to add date buttons

pull/10/head
Aaron Parecki 9 years ago
parent
commit
7226f059c2
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      views/new-post.php

+ 7
- 0
views/new-post.php View File

@ -19,6 +19,13 @@
<img src="" height="320" id="note_location_img_small" class="img-responsive">
</div>
</div>
<div class="form-group">
<h3>Date</h3>
<input type="date" value="<?= date('Y-m-d') ?>" id="note_date">
<input type="time" value="<?= date('H:i') ?>" id="note_time">
</div>
</form>
<?php if($this->micropub_endpoint): ?>

Loading…
Cancel
Save