summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/Html5DateField.java
Commit message (Collapse)AuthorAgeFilesLines
* fix for #978 - HTML5 date input supportPaul Martin2015-12-091-0/+156
+ JS patch/hack to coerce legacy wicket into talking to a HTML5 input type + JS script to hide inline help on date format when using HTML5 date picker + Date picker shown in user locale and standard does not support custom format. + Always sent in ISO8601 format