Created
November 9, 2014 20:09
-
-
Save karlosmid/62a067e374c23d01fd58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failure/Error: from_date = Date.strptime(row['RollingPeriodStart'].to_s.split(' ')[0],'%m/%d/%Y') | |
TypeError: | |
can't dup NilClass | |
# C:/IronRuby1.1/Lib/ruby/1.9.1/date/format.rb:575:in `dup' | |
# C:/IronRuby1.1/Lib/ruby/1.9.1/date/format.rb:575:in `_strptime' | |
# C:/IronRuby1.1/Lib/ruby/1.9.1/date.rb:1045:in `strptime' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment