# File lib/og/backends/sqlite.rb, line 68
        def self.date(date)
                return nil unless date
                return "#{date.year}-#{date.month}-#{date.mday}" 
        end