add day of week

This commit is contained in:
AmirHossein Mahmoodi
2025-05-18 10:54:46 +03:30
parent ceddbcb936
commit 7c25007120

View File

@@ -64,7 +64,7 @@ const HeaderWithSidebar = ({ children }) => {
setOpen(!isMobile); // Toggle state when screen size changes
}, [isMobile]);
const now = moment().locale("fa").format("YYYY/MM/DD");
const now = moment().locale("fa").format("dddd YYYY/MM/DD");
const handleDrawerOpen = () => {
setOpen(true);