-1
我有一個代碼,循環days.this使葉子。我希望列出登錄和註冊出席將在startdate自動填充開始並在enddate結束。
**exp I input :**
startdate: 2012-11-08 01:30:00
enddate: 2012-11-10 01:30:00
**i want output like this:**
2012-11-08 01:30:00
2012-11-09 01:30:00
2012-11-010 01:30:00
for i in 0..((@leafe.enddate - @leafe.startdate).to_i)
@attendance = Attendance.new
@attendance.signin = '2012-11-08 01:30:00' #value must change automatically
@attendance.signout = '2012-11-08 10:30:00'#value must change automatically
@attendance.user_id = @leafe.user_id
@attendance.save
end
的回答我說感謝
不要爲完全相同的問題創建新帖子。編輯你的舊的。 – sunnyrjuneja
我們可以合併嗎? – aef