Andrew Plummer

Results 205 comments of Andrew Plummer

Wow, I really dropped the ball on this one. I'm sure it's no use to you anymore, but fixed that bug... will go out next patch update.

@thomasf1 I've confirmed the results you're getting. Also the first date is also wrong... it's not quite the current date, but a few hours ahead. There also appears to be...

This has taken ages, but I put in a fix. In the end Finnish date parsing allows periods as time marker separators and the standalone time format was interfering with...

So, this sounds really simple, but when you get into localizations it actually gets a bit complicated. The reason you're seeing undefined (this has been around for quite a while,...

Actually, thinking about it `getMonths` could take a second argument indicating the set you need.

That's a good idea, and (hopefully) would be a simple change. Let me look into it!

Basically when passing an array it ignores the normal tokens in favor of custom ones. However this is a good feature request. Assuming you only need English then I've confirmed...

This looks like a good candidate for a plugin. Have a look at the readme [here](https://github.com/andrewplummer/Sugar#plugins).

Will give this some consideration for the next version. Thanks

This is expected behavior. The idea is that all methods on the `Sugar.Date` object are static methods that always return native objects, while it is required to either extend or...