Hi
Can anyone help me how to convert date to number.
If date is 04-15-2019, I want to store it as 20190415 in number format.
I have used =Format ([DateField],"yyyymmdd") and tried to store if as string but even this doesn't seem to work.
Any help is appreciated.
Can anyone help me how to convert date to number.
If date is 04-15-2019, I want to store it as 20190415 in number format.
I have used =Format ([DateField],"yyyymmdd") and tried to store if as string but even this doesn't seem to work.
Any help is appreciated.
Comment