Jan 22, 2009 #1 lilal111 Technical User Joined Sep 16, 2008 Messages 18 Location CA I am trying to use the uppercase command with a datefield. I am trying to capitalize the Feb portion below. Could someone help me out? Example.... 08 Feb 09
I am trying to use the uppercase command with a datefield. I am trying to capitalize the Feb portion below. Could someone help me out? Example.... 08 Feb 09
Jan 22, 2009 #2 kskid Technical User Joined Mar 21, 2003 Messages 1,767 Location US If you used the Format Object to format the date field, then uppercase({table.datefield}) Otherwise uppercase(totext({table.datefield},"dd MMM yy")) Upvote 0 Downvote
If you used the Format Object to format the date field, then uppercase({table.datefield}) Otherwise uppercase(totext({table.datefield},"dd MMM yy"))