f.Date().date
f.Date(DateString, FormatString).date
개요
f.Date()로 생성된 객체에서 날짜 값을 얻을 수 있습니다.
예시
// f.Date() 객체의 날짜
f.Date().date; // Tue Apr 30 2024 08:37:42 GMT+0900Last updated
Was this helpful?
f.Date(DateString, FormatString).date
f.Date()로 생성된 객체에서 날짜 값을 얻을 수 있습니다.
// f.Date() 객체의 날짜
f.Date().date; // Tue Apr 30 2024 08:37:42 GMT+0900Last updated
Was this helpful?