Jan 22, 2009 #1 lilal111 Technical User Sep 16, 2008 18 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 Mar 21, 2003 1,767 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"))