Skip to content
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

toDateTime #6

Open
merlin-hst opened this issue Dec 27, 2010 · 0 comments
Open

toDateTime #6

merlin-hst opened this issue Dec 27, 2010 · 0 comments

Comments

@merlin-hst
Copy link

Hello,

I've just found a problem with the toDateTime method of the DateMidnight object:

this works


 new DateTime() + 1.day toDate()

this works too


 new DateMidnight() + 1.day - 1.millis

this works not


 new DateMidnight() + 1.day toDateTime()  - 1.millis
 ==> value - is not a member of Unit

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant