-
Notifications
You must be signed in to change notification settings - Fork 24
Calendar option for non-gregorian calendars #13
Comments
We just need to add a new internal slot for |
I agree with @caridy. Please reopen this issue. |
It's not clear to me what we should be doing. cc @FrankYFTang |
There's no notion of date on RelativeTimeFormat as can be seen by the input type being integers (all date manipulations are left to user code). At least until (or whether) a |
Right, so it's not clear what @caridy and @FranklinYu are getting at above. Maybe one of them could clarify. |
Didn't read through the readme about transition from Date to integer. Sorry for the noise; @littledan @rxaviers please close this again. |
sorry, I don't think it is necessary. The RelativeTimeFormat does not involve calendar at all. For example, in current v8 implementation: |
Add calendar option, which follows the selected language and can be overridden manually, to handle non-Gregorian calendars relative times, e.g.,
"13 months ago"
for Chinese calendar.This needs to be properly defined...
For context, see #6.
The text was updated successfully, but these errors were encountered: