|
-
Apr 4th, 2003, 05:44 AM
#1
Thread Starter
New Member
Date Conversion to text format
hi guys,
i have met with a prooooblem!!! if u ask me wot, i have a date to be prnited in Transfer Certificate (TC) of an Engg. College. the date if enterd in dd/mm/yyyy format , its to be transferred into text format. ie if the date is 03/10/2002 it's to be converted as third October twothousnd two. can ne one help me?? got ne function?? do help me plsssssssssssssssssssssssss.
thanx..
-
Apr 4th, 2003, 07:38 AM
#2
Use an array or look up table for the numbers 1-31
As to the 2k parts hmmm well god luck.
I'f go for converting to string ("2002") and then checking the first 1 or 2 digits and use a look up on that.
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Apr 4th, 2003, 07:46 AM
#3
Member
Trry this
Temp = Datevalue( What ever the Field is )
whops never Mind
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|