Home
last modified time | relevance | path

Searched defs:weekday (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp687 CString weekday = weekdayName[fields[WEEKDAY]]; in ToDateString() local
748 CString weekday = weekdayName[fields[WEEKDAY]]; in ToString() local
798 CString weekday = weekdayName[fields[WEEKDAY]]; in ToUTCString() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp369 …auto weekday = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 6)… in HWTEST_F_L0() local