| Author |
Changing Default Weekday settings
|
|
|
| By default, W day setting starts on sunday which is 1. How can I change to
use W day to start on monday?
Me
| |
| Dave Patrick 2005-06-08, 3:55 am |
| For what application?
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"A P" wrote:
| By default, W day setting starts on sunday which is 1. How can I change
to
| use W day to start on monday?
|
| Me
|
|
| |
|
| Our customer uses that format. They categorize monday as day 1, tues as day
2, and so on... Any suggestion?
"Dave Patrick" <mail@Nospam.DSPatrick.com> wrote in message
news:OwI#6q7aFHA.3184@TK2MSFTNGP15.phx.gbl...
> For what application?
>
> --
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "A P" wrote:
> | By default, W day setting starts on sunday which is 1. How can I
change
> to
> | use W day to start on monday?
> |
> | Me
> |
> |
>
>
| |
| Dave Patrick 2005-06-08, 3:55 am |
| There's no global setting for the operating system. This probably needs to
be setup at the application level.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"A P" wrote:
| Our customer uses that format. They categorize monday as day 1, tues as
day
| 2, and so on... Any suggestion?
| |
|
| Function GetSpecialW Day(int1)
If CInt(int1) > 1 Then
GetSpecialW Day = int1 - 1
Else
GetSpecialW Day = 7
End If
End Function
--
'dlbjr
'Pleading sagacious indoctrination!
| |
|
|
|
|
|
|