add a datetime picker

Unfortunately the datetime picker does not support seconds. But it is
one of the few that support date and time and are flexible enough to
be used with VueJS.
This commit is contained in:
2018-08-04 08:32:04 +00:00
parent 6871e250ad
commit 182d1edd97
8 changed files with 53 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import org.apache.commons.lang3.StringUtils;
public class PlotSettings {
private static final DateTimeFormatter DATE_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
private static final DateTimeFormatter DATE_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");
private String query;