"""
<Typography
>
{moment(dateOfBirth).format('DD/MM/YYYY')}
</Typography>
"""
Consider you are a jaavscript developer.
I want the dateofBirth to shown as `17 May 1998` format . currenlty it is shown as `17/05/1998`.
I want you to change format i wish to. Here i used moment package you can use the same package.
Please update rhe code and return the udpated one