I'm using threeten for a couple of weeks now and am starting to feel
confortable with it... However, I would like to know if there is a way
(without using the Calendar lib) to manipulate the weeks in a year ?
(Given an Instant, retrieving the week number / Given the week number, etc..).
Thanks !
Flo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I'm using threeten for a couple of weeks now and am starting to feel
confortable with it... However, I would like to know if there is a way
(without using the Calendar lib) to manipulate the weeks in a year ?
(Given an Instant, retrieving the week number / Given the week number, etc..).
Thanks !
Flo
At the moment this is intended to be achieved via the WeekDefinition class.
However, that isn't implemented right now, and still may change.
Ok :) Thanks for your reply