diff --git a/index.html b/index.html
index 6813b65..3b922d4 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,10 @@
govobject-proposal
+
+
+
@@ -29,6 +32,11 @@
$(document).ready(function() {
+ var opts = { dateFormat: "@" }; // unix date format
+
+ $('#start_epoch').datepicker(opts);
+ $('#end_epoch').datepicker(opts);
+
$('#formSubmit').click(function() {
var gov = new Bitcore.GovObject.Proposal();