Commit 2b404dd7 authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

error with dates

parent 80f575cc
......@@ -34,8 +34,8 @@ module Wedoops
page=1
limit=50000
date=Date.today.prev_day.strftime("%Y%m%d")
date=Date.parse("01-01-2011").strftime("%Y%m%d") if all
#date=Date.parse("01-01-2011").strftime("%Y%m%d") if all
date = nil if all
resultado_final=Array.new
r=Array.new
loop do
......
# frozen_string_literal: true
module Wedoops
module Zoholib
VERSION = '0.15'
VERSION = '0.17'
end
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment