Hi all,
duration_val= Time.now.strftime("%Y-%m-%d %H:%M:%S")-start_time_Val
Start_time_val formate is also same formate ("%Y-%m-%d %H:%M:%S").
I could not able to subtract 2 datetimes . Please suggest me .
I am getting error like this
undefined method `-' for "2008-09-15 17:46:54":String
My mail id:
srinivasa_rao3@mindtree.com
···
--
Posted via http://www.ruby-forum.com/.
Robert_K1
(Robert K.)
2
As the error indicates: you need to subtract Time values and not String values.
Cheers
robert
···
2008/9/15 Srinivasa Rao <srinivasa_rao3@mindtree.com>:
Hi all,
duration_val= Time.now.strftime("%Y-%m-%d %H:%M:%S")-start_time_Val
Start_time_val formate is also same formate ("%Y-%m-%d %H:%M:%S").
I could not able to subtract 2 datetimes . Please suggest me .
I am getting error like this
undefined method `-' for "2008-09-15 17:46:54":String
--
use.inject do |as, often| as.you_can - without end