File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function getRenderedHtml($canEdit = true) {
79
79
$ rand = mt_rand ();
80
80
$ fieldName = 'formcreator_field_ ' . $ id ;
81
81
82
- Html::showDateField ($ fieldName , [
82
+ $ html .= Html::showDateField ($ fieldName , [
83
83
'value ' => (strtotime ($ this ->value ) != '' ) ? $ this ->value : '' ,
84
84
'rand ' => $ rand ,
85
85
'display ' => false ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function getRenderedHtml($canEdit = true) {
48
48
$ rand = mt_rand ();
49
49
$ fieldName = 'formcreator_field_ ' . $ id ;
50
50
51
- Html::showDateTimeField ($ fieldName , [
51
+ $ html .= Html::showDateTimeField ($ fieldName , [
52
52
'value ' => strtotime ($ this ->value ) != '' ? $ this ->value : '' ,
53
53
'rand ' => $ rand ,
54
54
'display ' => false ,
You can’t perform that action at this time.
0 commit comments