项目中要用到Computed custom field插件,公式不知道怎么写,查了些资料,记录在这里。
1、http://apidock.com/ruby/Time/strftime 查看ruby的字符串格式,用于改写Date/time format只显示日期,不显示时间。
2、https://github.com/annikoff/redmine_plugin_computed_custom_field/issues/34 看到formula里可以写复杂代码,比如增加变量、指定返回值等。
3、http://ruby-doc.org/stdlib-2.3.1/libdoc/date/rdoc/Date.html#method-i-2D 查看Date类的方法,包括日期减少等。
4、http://stackoverflow.com/questions/3599239/ruby-string-to-date-conversion 查看到to_date方法。
时间: 2024-09-29 09:30:37