From 78ee5e02f49ea7dc16d75f8c9575e505532423a3 Mon Sep 17 00:00:00 2001 From: snogcel Date: Mon, 19 Sep 2016 21:40:56 -0600 Subject: [PATCH] jquery ui date picker --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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();