BigDelGooner
Board Regular
- Joined
- Aug 17, 2009
- Messages
- 197
Hi all
I am sure there is a simple answer, as always, but I just cant figure it out.
I would like to return just the days of a date so for example today (03/10/2011 or 10/03/2011 for those of you in the US)...when I use the Datepart function below
Day = DatePart("D", Date)
It returns 3...however this is where my problem is. I would like it to return 03. Is there a simple alternative?
Thanks in advance
I am sure there is a simple answer, as always, but I just cant figure it out.
I would like to return just the days of a date so for example today (03/10/2011 or 10/03/2011 for those of you in the US)...when I use the Datepart function below
Day = DatePart("D", Date)
It returns 3...however this is where my problem is. I would like it to return 03. Is there a simple alternative?
Thanks in advance