K
Kay Starnes
I have a date/time field and need to return "m" not the number 1 but the
Month in words. Jan for January. Can you help?
Month in words. Jan for January. Can you help?
UseKay said:I have a date/time field and need to return "m" not the number 1 but the
Month in words. Jan for January. Can you help?
Stefan Hoffmann said:hi Kay,
UseKay said:I have a date/time field and need to return "m" not the number 1 but the
Month in words. Jan for January. Can you help?
Month: Format([yourField], "m")
mfG
--> stefan <--
No, not really. But I haven't read the post carefully enough, I reallyMichel said:... you probably meant
Format(expression "mmmm")
hi Michel,
No, not really. But I haven't read the post carefully enough, I really
thought (s)he wanted the number
mfG
--> stefan <--
fredg said:hi Michel,
No, not really. But I haven't read the post carefully enough, I really
thought (s)he wanted the number
mfG
--> stefan <--
Actually guys, if I understand the original poster correctly
("...Month in words. Jan for January" , she wants a 3 letter month
name "Jan", so:
=Format([DateField],"mmm")
or simply set the Format property of the Date control to:
mmm