walltime-js icon indicating copy to clipboard operation
walltime-js copied to clipboard

Create new WallTimeDate object to replace returned TimeZoneTime

Open jgable opened this issue 12 years ago • 2 comments

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).

jgable avatar Mar 18 '13 21:03 jgable

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.

BirdInTheCity avatar Jun 17 '13 21:06 BirdInTheCity

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.

jgable avatar Jun 18 '13 14:06 jgable