Fix: get db data with date, time

This commit is contained in:
2018-05-24 20:48:22 +09:00
parent 82e290db86
commit 4863a8d3f1
7 changed files with 75 additions and 51 deletions
+1
View File
@@ -17,6 +17,7 @@
<!-- library source files -->
<script src="../../game/lib/number_util.js"></script>
<script src="../../game/lib/string_util.js"></script>
<script src="../../game/lib/date_util.js"></script>
<script src="../../game/lib/history_record_manager.js"></script>
<script src="../../game/lib/db_connect_manager.js"></script>
<script src="../../game/lib/input_type_text.js"></script>