class Date
Public Instance Methods
to_sql()
click to toggle source
# File lib/sqlstmt/core_to_sql.rb, line 28 def to_sql "'#{strftime('%Y-%m-%d')}'" end
# File lib/sqlstmt/core_to_sql.rb, line 28 def to_sql "'#{strftime('%Y-%m-%d')}'" end