andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Weekyear related functions #120

Closed shen-tian closed 6 years ago

shen-tian commented 6 years ago

Does correct unparsing of "e" (day of week)

Fixes #116

WIP

shen-tian commented 6 years ago

Confirmed that this fixes #98

Though that underlying bug was probably fixed a while ago.

Main thing to do here to see how parsing of weekyears work.

shen-tian commented 6 years ago

Done for now:

@andrewmcveigh : not too sure where the function get-week-year should go. It makes up for the fact that goog.date doesn't have that function, and was previously used in the internal.unparse ns.

andrewmcveigh commented 6 years ago

This is really great, thanks very much!