S sdkramer Registered User. Local time Today, 00:13 Joined Mar 19, 2002 Messages 64 Dec 5, 2003 #1 I'm using something to get the month from a birthdate, but I can't get a leading zero on the month. is there a function to do this, e.g. newfunction(month([birthdate])) tia, seth
I'm using something to get the month from a birthdate, but I can't get a leading zero on the month. is there a function to do this, e.g. newfunction(month([birthdate])) tia, seth
J Jon K Registered User. Local time Today, 00:13 Joined May 22, 2002 Messages 2,209 Dec 5, 2003 #2 Format([birthdate],"mm")