|
-
Mar 10th, 2001, 12:34 PM
#1
Thread Starter
Lively Member
How can I get which day of the week we're in, and which month it is?
Need to present the weekday/month name in a non-English language.
Thanks.
-
Mar 11th, 2001, 02:21 AM
#2
Fanatic Member
Basically what you would have to do is, use the time code:
and then simply parse out the month, which follows the first \
Gl,
D!m.
-
Mar 11th, 2001, 03:53 AM
#3
Addicted Member
For Month USe the Month Function
Like
m = Month(Now)
Returns a Number Between 1 and 12
and Similarly use Weekday function
to get a value between 1 and 7
1 is sunday and 7 is saturday
eg :
w = Weekday(#March 11, 2001#)
Will return 1
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
|