mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
LibJS: Implement Temporal.Calendar.prototype.day
This commit is contained in:
parent
d9414e465a
commit
8a20f258f0
5 changed files with 56 additions and 0 deletions
|
@ -50,5 +50,6 @@ Optional<TemporalDate> iso_date_from_fields(GlobalObject&, Object& fields, Objec
|
|||
i32 iso_year(Object& temporal_object);
|
||||
u8 iso_month(Object& temporal_object);
|
||||
String iso_month_code(Object& temporal_object);
|
||||
u8 iso_day(Object& temporal_object);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue