You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.
Should inherit from native Date prototype ideally so that libraries that check for object type of Date are satisfied (looking at you jquery UI calendar).
Should probably encapsulate a TimeZoneTime but implement the setX functionality in such a way that the underlyingTimeZoneTime is recreated. This will keep our TimeZoneTime safe as an immutable object like I prefer and move the set functions into a higher level of abstraction (see issue #20 for discussion).
The text was updated successfully, but these errors were encountered:
Has there been any progress on this? I'm completely new to Javascript, so I think I'm ill-equipped to take it on myself. I would definitely love to see it though. This library has already proven to be very helpful for me.
Sorry, have other things on my plate currently. But, there's been a lot of interest this week so I'm planning on trying to knock some of these 1.0 tasks out soon.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Should inherit from native
Date
prototype ideally so that libraries that check for object type ofDate
are satisfied (looking at you jquery UI calendar).Should probably encapsulate a
TimeZoneTime
but implement thesetX
functionality in such a way that the underlyingTimeZoneTime
is recreated. This will keep ourTimeZoneTime
safe as an immutable object like I prefer and move the set functions into a higher level of abstraction (see issue #20 for discussion).The text was updated successfully, but these errors were encountered: