New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date.fromString is not working #245

Closed
srid opened this Issue May 15, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@srid

srid commented May 15, 2015

Reproducible from elm-repl:

> import Date
> Date.fromString
<function: readDate> : String -> Result.Result String Date.Date
> Date.fromString "2015-05-14T08:05:08.594144+00:00"
TypeError: undefined is not a function
> Date.fromString "2015-05-14"
TypeError: undefined is not a function
>
@srid

This comment has been minimized.

Show comment
Hide comment
@srid

srid May 15, 2015

This was on OS X 10.10.3. I tried with both io.js and vanilla nodejs.

srid commented May 15, 2015

This was on OS X 10.10.3. I tried with both io.js and vanilla nodejs.

@srid

This comment has been minimized.

Show comment
Hide comment
@srid

srid May 15, 2015

This only happens in the repl. elm-lang/elm-repl#59

srid commented May 15, 2015

This only happens in the repl. elm-lang/elm-repl#59

@srid srid closed this May 15, 2015

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz May 15, 2015

Member

Ah, interesting, thanks for moving the issue over there!

Member

evancz commented May 15, 2015

Ah, interesting, thanks for moving the issue over there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment