Weekday Name when Monday is th first day of the week

  • Thread starter Thread starter Ladi
  • Start date Start date
L

Ladi

Dear friends and pros,

I'm trying to call the name of the day based on the specific date entered in
form, when Monday is th first day of the week.

What can I do?

Thanks,
Ladi
 
I'm not sure I understand what you're looking for.

Format(MySpecificDate, "ddd") will give you Mon, Tue, Wed, ..., regardless
of what the first day of the week is, and Format(MySpecificDate, "dddd")
will give you Monday, Tuesday, Wednesday, ...

Is that what you want?
 
Back
Top