Function to get time and date. const getDate = () => {. const a = firebase.firestore .Timestamp.now().toDate().toString();. setCurr(a);. }.
確定! 回上一頁