質問編集履歴

1

改良

2016/09/21 09:01

投稿

A-B-fly_man
A-B-fly_man

スコア27

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,17 @@
52
52
 
53
53
 
54
54
 
55
-
55
+ cal = Calendar.getInstance();
56
+
57
+ SimpleDateFormat sdf = new SimpleDateFormat("yyyy/M/d");
58
+
59
+ TodayDate = sdf.format(cal.getTime());
60
+
61
+ System.out.println(TodayDate);
62
+
63
+ Wcursor = WgetData();
64
+
65
+ Wnum_id = Wcursor.getInt(1) == 0? 1 : Wcursor.getInt(0) + 1;
56
66
 
57
67
  text_weight = edit5.getText().toString();
58
68