Commit 05af656
css/trax.css
@@ -1,3 +1,3 @@
body{
- padding-top:50px;
+ padding-top:60px;
}
input.php
@@ -34,4 +34,9 @@
</form>
</div>
</div>
+<script>
+ $(document).ready( function() {
+ $('#inputDate').val(new Date().toJSON().slice(0,10));
+ });
+</script>
<?php include 'footer.php' ?>