質問編集履歴
1
改良
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,12 @@
|
|
25
25
|
|
26
26
|
・・・・省略・・・・
|
27
27
|
|
28
|
-
|
28
|
+
cal = Calendar.getInstance();
|
29
|
+
SimpleDateFormat sdf = new SimpleDateFormat("yyyy/M/d");
|
30
|
+
TodayDate = sdf.format(cal.getTime());
|
31
|
+
System.out.println(TodayDate);
|
32
|
+
Wcursor = WgetData();
|
33
|
+
Wnum_id = Wcursor.getInt(1) == 0? 1 : Wcursor.getInt(0) + 1;
|
29
34
|
text_weight = edit5.getText().toString();
|
30
35
|
num_weight = Integer.parseInt(text_weight);
|
31
36
|
|