added WeekSelector
This commit is contained in:
@@ -17,8 +17,8 @@ export default function DateElement(props){
|
||||
const endDateString = `${endDate.getDate()}.${endDate.getMonth()+1}.${endDate.getFullYear()}`;
|
||||
return (
|
||||
<>
|
||||
<div className="container">
|
||||
<p className="dateElement">{startDateString} - {endDateString}</p>
|
||||
<div className="dateElement round-border">
|
||||
<p>{startDateString} - {endDateString}</p>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user