add day of week
This commit is contained in:
@@ -64,7 +64,7 @@ const HeaderWithSidebar = ({ children }) => {
|
|||||||
setOpen(!isMobile); // Toggle state when screen size changes
|
setOpen(!isMobile); // Toggle state when screen size changes
|
||||||
}, [isMobile]);
|
}, [isMobile]);
|
||||||
|
|
||||||
const now = moment().locale("fa").format("YYYY/MM/DD");
|
const now = moment().locale("fa").format("dddd YYYY/MM/DD");
|
||||||
|
|
||||||
const handleDrawerOpen = () => {
|
const handleDrawerOpen = () => {
|
||||||
setOpen(true);
|
setOpen(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user