diff --git a/public/js/app.js b/public/js/app.js
index e227fe1..19ec8ed 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -188,6 +188,12 @@ var initForm = function() {
submitForm('#' + $(this).attr('id'));
});
+
+ // pickadate
+ $('.datepicker').pickadate({
+ format: 'yyyy-mm-dd',
+ formatSubmit: 'yyyy-mm-dd'
+ });
};
var updatePage = function() {
@@ -348,8 +354,6 @@ $(document).ready(function(){
// render the page
updatePage();
-
-
});
diff --git a/public/templates/attended.html b/public/templates/attended.html
index cef8c14..3bf728b 100644
--- a/public/templates/attended.html
+++ b/public/templates/attended.html
@@ -13,13 +13,13 @@
I Attended An Event
diff --git a/public/templates/blogged.html b/public/templates/blogged.html
index 723e891..22594f2 100644
--- a/public/templates/blogged.html
+++ b/public/templates/blogged.html
@@ -12,7 +12,7 @@
I Published a Blog
diff --git a/public/templates/expense.html b/public/templates/expense.html
index 70ae9b4..1cfa0ba 100644
--- a/public/templates/expense.html
+++ b/public/templates/expense.html
@@ -12,7 +12,7 @@
I Spent Money
diff --git a/public/templates/pr.html b/public/templates/pr.html
index 8cce849..e324faf 100644
--- a/public/templates/pr.html
+++ b/public/templates/pr.html
@@ -18,7 +18,7 @@
I Spoke To The Press
diff --git a/public/templates/presented.html b/public/templates/presented.html
index b85defb..0fa6f59 100644
--- a/public/templates/presented.html
+++ b/public/templates/presented.html
@@ -22,7 +22,7 @@
I Presented At An Event