Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Check if date is a valid date #166

Merged
merged 1 commit into from Dec 6, 2014
Merged

Check if date is a valid date #166

merged 1 commit into from Dec 6, 2014

Conversation

Ajnasz
Copy link
Collaborator

@Ajnasz Ajnasz commented Dec 6, 2014

Calling new Date(undefined); produces as a date object, which holds
"Invalid date".
Working on this object could produce very strange results.
Throwing an error in that case may help debugging.

Calling new Date(undefined); produces as a date object, which holds
"Invalid date".
Working on this object could produce very strange results.
Throwing an error in that case may help debugging.
mde added a commit that referenced this pull request Dec 6, 2014
@mde mde merged commit 6782261 into mde:master Dec 6, 2014
@mde
Copy link
Owner

mde commented Dec 6, 2014

Thanks! I'm inviting you as a contributor. :)

@Ajnasz Ajnasz deleted the check-date-valid branch December 7, 2014 12:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants