Format as an all-numeric string, i.e. ‘YYYYMMDD’
190 191 192
# File 'lib/fat_core/date.rb', line 190 def num strftime("%Y%m%d") end