This commit is contained in:
Frank Tang 2021-08-05 14:33:19 -07:00 committed by Rick Waldron
parent 6cc2d81dab
commit 97967a37b3
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
/*---
esid: sec-temporal.calendar.prototype.monthCode
description: Temporal.Calendar.prototype.monthCode will take PlainMonthDay and return
the value of the monthCode.
info: |
6. Return ! ISOMonthCode(temporalDateLike).
features: [Temporal]
---*/