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 Nov 6, 2021. It is now read-only.
just found your implementation of ISO 8601. It's a nice one, however, I kind of need the feature to convert WeekDate back to DateTime. I mean I'm wondering what's date of a given WeekDate. Like if I have a yyyy-Wnn-dd on hand and I would like to know what's the date of it.
Will you keep improving it?
The text was updated successfully, but these errors were encountered:
Sorry for the very late feedback. I'm not maintaining this repo, but you could simply fork it and expose the private _date field to support your scenario.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, Uli:
just found your implementation of ISO 8601. It's a nice one, however, I kind of need the feature to convert WeekDate back to DateTime. I mean I'm wondering what's date of a given WeekDate. Like if I have a yyyy-Wnn-dd on hand and I would like to know what's the date of it.
Will you keep improving it?
The text was updated successfully, but these errors were encountered: