Prev: Explorer 8
Next: Opening hyperlinks
From: 116 on 10 Mar 2010 12:17 I am currently using 'Weekday: DatePart("w",[Wdate])'. Can the actual day Mon, Tues, etc. be displayed?
From: Stefan Hoffmann on 10 Mar 2010 12:38 hi, On 10.03.2010 18:17, 116 wrote: > I am currently using 'Weekday: DatePart("w",[Wdate])'. Can the actual day > Mon, Tues, etc. be displayed? Use Format(): Format(Now(), "ddd") or Format(Now(), "dddd") mfG --> stefan <--
From: Maarkr on 10 Mar 2010 13:20 can't you use format([Wdate], "ddd") ? "116" wrote: > I am currently using 'Weekday: DatePart("w",[Wdate])'. Can the actual day > Mon, Tues, etc. be displayed?
From: joelgeraldine on 17 Mar 2010 09:47 ;,,,,, "116" <dweekley(a)stdgear.com> a écrit dans le message de groupe de discussion : 44B6C08F-0A46-413F-8FA4-134140D824B9(a)microsoft.com... > I am currently using 'Weekday: DatePart("w",[Wdate])'. Can the actual day > Mon, Tues, etc. be displayed?
From: furatlove on 22 Mar 2010 20:36 كتب "Stefan Hoffmann" <ste5an(a)ste5an.de> في رسالة news:#mWD#hHwKHA.4636(a)TK2MSFTNGP06.phx.gbl... > hi, > > On 10.03.2010 18:17, 116 wrote: >> I am currently using 'Weekday: DatePart("w",[Wdate])'. Can the actual >> day >> Mon, Tues, etc. be displayed? > Use Format(): > > Format(Now(), "ddd") or Format(Now(), "dddd") > > > mfG > --> stefan <--
|
Pages: 1 Prev: Explorer 8 Next: Opening hyperlinks |