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

Handle Date objects when converting to strings #566

Closed
wants to merge 1 commit into
base: dev
from

Conversation

Projects
None yet
2 participants
@randomer
Contributor

randomer commented Apr 21, 2016

Because Date objects don't have properties, it currently returns "{}"

Handle Date objects when converting to strings
Because Date objects don't have properties, it currently returns "{}"
@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Apr 21, 2016

Contributor

Have you checked that there isn't a pull request open about this already?

Hint: I'm pretty sure there is.

Please always first check for possible duplicate PRs or issues, otherwise it creates extra work.

Contributor

jvoigtlaender commented Apr 21, 2016

Have you checked that there isn't a pull request open about this already?

Hint: I'm pretty sure there is.

Please always first check for possible duplicate PRs or issues, otherwise it creates extra work.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender
Contributor

jvoigtlaender commented Apr 21, 2016

@randomer

This comment has been minimized.

Show comment
Hide comment
@randomer

randomer Apr 21, 2016

Contributor

Yeah, I checked, but didn't find it for some reason. My bad!

Contributor

randomer commented Apr 21, 2016

Yeah, I checked, but didn't find it for some reason. My bad!

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