Date.today.strftime("%Y-%m-%d %H:%M:%S %p") => "2006-10-01 00:00:00 AM" The same option invoked on a Time object would result in: ...
確定! 回上一頁