class Middleman::Extensions::Lorem::LoremObject
def date(fmt = '%a %b %d, %Y')
-
(String)
-
Parameters:
-
fmt
(String
) --
def date(fmt = '%a %b %d, %Y') y = rand(20) + 1990 m = rand(12) + 1 d = rand(31) + 1 Time.local(y,m,d).strftime(fmt) end