Is possible to convert a longer date received from a website into a short date in MS Access
Example longer date : Tue, 24 Dec 2024 12:55:03 GMT)
Convert into : 24/12/2024
I have tried this it failed:
Any idea here
We are interested with the actual date only
Example longer date : Tue, 24 Dec 2024 12:55:03 GMT)
Convert into : 24/12/2024
I have tried this it failed:
Code:
Format((Tue, 24 Dec 2024 12:55:03 GMT),"DD\/MM\/YYYY")
Any idea here
We are interested with the actual date only