|
|
|
@ -47,6 +47,11 @@ const AddExamDescription = ({ grades, addExamState, dispatch, stepClick, backSte |
|
|
|
|
range |
|
|
|
|
calendar={persian} |
|
|
|
|
locale={persian_fa} |
|
|
|
|
renderButton={(direction, handleClick) => ( |
|
|
|
|
<button className="text-blue-500 font-bold mx-2" onClick={handleClick}> |
|
|
|
|
{direction === "right" ? ">" : "<"} |
|
|
|
|
</button> |
|
|
|
|
)} |
|
|
|
|
|
|
|
|
|
render={<CostumeDatePickerInput title='تاریخ و زمان شروع آزمون'/>} |
|
|
|
|
plugins={[ |
|
|
|
@ -59,6 +64,11 @@ const AddExamDescription = ({ grades, addExamState, dispatch, stepClick, backSte |
|
|
|
|
range |
|
|
|
|
calendar={persian} |
|
|
|
|
locale={persian_fa} |
|
|
|
|
renderButton={(direction, handleClick) => ( |
|
|
|
|
<button className="text-blue-500 font-bold mx-2" onClick={handleClick}> |
|
|
|
|
{direction === "right" ? ">" : "<"} |
|
|
|
|
</button> |
|
|
|
|
)} |
|
|
|
|
|
|
|
|
|
render={<CostumeDatePickerInput title='تاریخ و زمان پایان آزمون'/>} |
|
|
|
|
plugins={[ |
|
|
|
|