-
Change Date to Day of Week
Hi,
How can I format a returned MonthView value to the day of the week.
ie: 5/01/01 to Tuesday, 5/02/01 to Wednesday
thank you
Bob
-
Re: Change Date to Day of Week
"Bob" <schumarg@dadebehring.com> wrote:
>
>Hi,
>
>How can I format a returned MonthView value to the day of the week.
>
>ie: 5/01/01 to Tuesday, 5/02/01 to Wednesday
>
>
>thank you
>Bob
Bob,
Take a look at the WeekDayName() and WeekDay() functions.
-Russ.
-
Re: Change Date to Day of Week
Bob:
' Mon, Tue, etc.
Debug.Print Format$(Date, "ddd")
' Monday, Tuesday, Wednesday, etc.
Debug.Print Format$(Date, "dddd")
Cheers,
Larry Rebich
More tips link to:
http://www.buygold.net/tips.html
Please:
No personal e-mail questions :-)
"Bob" <schumarg@dadebehring.com> wrote in message
news:3af29ab1$1@news.devx.com...
>
> Hi,
>
> How can I format a returned MonthView value to the day of the week.
>
> ie: 5/01/01 to Tuesday, 5/02/01 to Wednesday
>
>
> thank you
> Bob
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks