# File lib/rbase/columns.rb, line 191
      def pack(value)
        value ? value.strftime('%Y%m%d'): ' '*8
      end