It's ok I got it Solution: require 'date' d = Date.today weekday = Date.parse( '#{d.day} #{d.month} #{d.year}' ) ####******* or for custom ...
確定! 回上一頁