calculate difference in time in days, hours and minutes

后端 未结 2 609
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-14 12:35

UPDATE: I am updating the question to reflect the full solution. Using the time_diff gem Brett mentioned below, the following code worked.

code:

cur_         


        
2条回答
  •  鱼传尺愫
    2021-01-14 13:23

    I've used time_diff to achieve this sort of thing easily before, you may want to check it out.

提交回复
热议问题