Щас тебя за moment тут 😂
почему ? )
а как мне эту функцию вызывать что то не понимаю
const [date, setDate] = useState(new Date()) function returnDate() { if (date) { return `${date.getDate() < 10 ? `0${date.getDate()}`: date.getDate()}:${date.getMonth() < 10 ? `0${date.getMonth()}`: date.getMonth()}:${date.getFullYear()}` } return "DD:MM:YYYY" }
Обсуждают сегодня