ea8683df by Zelig

生日

1 parent f101b9a5
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
24 </div> 24 </div>
25 <div class="form-group col-sm-3 col-md-2"> 25 <div class="form-group col-sm-3 col-md-2">
26 <label>出生日期</label> 26 <label>出生日期</label>
27 <input type="text" class="form-control input-text Wdate" value="<?=$clientInfoOutputVO->birthDate?date('Y-m-d',strtotime($clientInfoOutputVO->birthDate)):''?>" onfocus="WdatePicker()"> 27 <input type="text" class="form-control input-text Wdate" value="<?=$clientInfoOutputVO->birthDate?date('Y-m-d',strtotime($clientInfoOutputVO->birthDate / 1000)):''?>" onfocus="WdatePicker()">
28 </div> 28 </div>
29 </div> 29 </div>
30 30
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!