Oct 9, 2002 1 #2 goranm Programmer Dec 18, 2001 247 SE Hi ! If it´s ok with you, you can instead of monthname use the ToText-function like this: ToText({table.datefield,'MMM') will give you an abbreviate monthname and ToText({table.datefield,'MMMM') will give you the full monthname /Goran Upvote 0 Downvote
Hi ! If it´s ok with you, you can instead of monthname use the ToText-function like this: ToText({table.datefield,'MMM') will give you an abbreviate monthname and ToText({table.datefield,'MMMM') will give you the full monthname /Goran
Oct 9, 2002 #3 synapsevampire Programmer Mar 23, 2002 20,180 US Purdy slick there, Goran!*! I always used: left(monthnae(month({MyTable.MyDate})),3) -k http://www.informeddatadecisions.comkai@informeddatadecisions.com Upvote 0 Downvote
Purdy slick there, Goran!*! I always used: left(monthnae(month({MyTable.MyDate})),3) -k http://www.informeddatadecisions.comkai@informeddatadecisions.com
Oct 9, 2002 Thread starter #4 Zbob MIS Apr 25, 2002 94 US Thanks for your help, What i wanted is monthname([date]),True) the true is what makes it abbreivate. Upvote 0 Downvote
Oct 9, 2002 Thread starter #6 Zbob MIS Apr 25, 2002 94 US Actually monthname returns the month for a number 1-12, I was using it like this MonthName (Month(date(01/01/2002 )),true ) Upvote 0 Downvote
Actually monthname returns the month for a number 1-12, I was using it like this MonthName (Month(date(01/01/2002 )),true )
Oct 9, 2002 #7 synapsevampire Programmer Mar 23, 2002 20,180 US Ahhh, didn't know about the switch on the monthname, I still now prefer ToText({table.datefield,'MMM'). -k http://www.informeddatadecisions.comkai@informeddatadecisions.com Upvote 0 Downvote
Ahhh, didn't know about the switch on the monthname, I still now prefer ToText({table.datefield,'MMM'). -k http://www.informeddatadecisions.comkai@informeddatadecisions.com