提问人:marcHoll90 提问时间:12/13/2022 更新时间:12/13/2022 访问量:61
将“DateTime.tomorrow”轨定为日期时间
Rails "DateTime.tomorrow" to datetime
问:
标题说明了一切,我只是好奇这在某种程度上是可能的。
你能将字符串“DateTime.tomorrow”解析为 DateTime 对象吗?这在某种程度上可能吗?DateTime.tomorrow
我在编码时遇到了这个想法,但我用另一种方式解决了它。
答:
0赞
Thomas
12/13/2022
#1
你可以用它来解决这个问题,但通常不鼓励这样做,参见:Ruby 中的“eval”何时合理?eval
评论
0赞
marcHoll90
12/13/2022
这究竟如何将字符串转换为 DateTime 对象?
1赞
Thomas
12/13/2022
apidock.com/ruby/Kernel/eval
评论
DateTime.tomorrow
DateTime.today
1.week.ago
DateTime.tomorrow
DateTime.now + 1.hour