作者shelary (台中喵小咩)
看板Ruby
标题[问题] 关於 datetime_select
时间Mon Aug 20 16:17:16 2007
环境:
RoR
状况:
请问 datetime_select 的用法
要如何给他预设值??
目前用法:
<%= datetime_select( 'post', 'read_at',
:order => [:year, :month, :day, :hour, :minute],
:start_year => 2007,
:use_month_numbers => true) %>
他的预设值会是"现在"...........用於create很好用
但我想指定预设值要怎麽指定??...用於update
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.131.224.227
1F:推 deduce:如果你的值是从资料库捞出来要edit/update的话 预设应该就 08/20 16:44
2F:→ deduce:是资料库里的值吧? 08/20 16:44
3F:推 shelary:我也以为是..实际上就不是...伤脑筋 08/20 17:16
4F:推 janyfor:你资料有先抓出来吗? 08/21 00:13