How do I find the single or double digit "day" number within a date format.
Example # 1 1/2/2008
and/or
Example # 2 1/12/2008
In example # 1, I am lookong to retrieve the number "2"
In example # 2, I am lookiing to retrieve the number "12"
I currently use a "right" / "left" function to retrieve the year and the month, however I am not sure how I would address a double digit month, but that is a few months down the road.
Can anyone provide a suggestion?
Thanks