add day of week
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user