diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:24:15 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:24:15 +0200 |
commit | 7de45a8e4b595856de2f0af78b13e4d2efc5e716 (patch) | |
tree | d050d06066de6aacb94ecbbb8f413da7a24da6a8 /app-from-scratch.sh | |
parent | 9a73d523ebd6035fac8deaa347ce41e4eda13232 (diff) | |
download | chd_gestion-7de45a8e4b595856de2f0af78b13e4d2efc5e716.zip chd_gestion-7de45a8e4b595856de2f0af78b13e4d2efc5e716.tar.gz chd_gestion-7de45a8e4b595856de2f0af78b13e4d2efc5e716.tar.bz2 |
Date picker in DD/MM/YYYY order
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh index 7d06a85..bbd0352 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -281,3 +281,10 @@ git commit -m "bake: Add configurability, generate less actions" editor $p/Controller/controller.twig $p/Model/entity.twig $p/Model/table.twig $p/Template/index.twig $p/Template/view.twig git add $p/Controller/controller.twig $p/Model/entity.twig $p/Model/table.twig $p/Template/index.twig $p/Template/view.twig git commit -m "Add Copyright & GPL3+ notice to Templates" +# 9a73d523ebd6035fac8deaa347ce41e4eda13232 + +# Date picker in DD/MM/YYYY order +editor src/View/AppView.php +git add ../app-from-scratch.sh src/View/AppView.php +git commit -m "Date picker in DD/MM/YYYY order" + |