From 92a2c6816897ef287584aaa67cee2904eb31be22 Mon Sep 17 00:00:00 2001
From: marquex <javi@arqex.com>
Date: Tue, 19 Apr 2016 10:56:22 +0200
Subject: [PATCH] Month and year pickers don't show the time in input anylonger.

---
 src/DaysView.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/DaysView.js b/src/DaysView.js
index 24070ff..1a3d0aa 100644
--- a/src/DaysView.js
+++ b/src/DaysView.js
@@ -121,6 +121,7 @@
 			return '';
 
 		var date = this.props.selectedDate || this.props.viewDate;
+		
 		return DOM.tfoot({ key: 'tf'},
 			DOM.tr({},
 				DOM.td({ onClick: this.props.showView('time'), colSpan: 7, className: 'rdtTimeToggle'}, date.format( this.props.timeFormat ))

--
Gitblit v1.9.3