Sep 16, 2010 #1 shannonlp Technical User Feb 9, 2006 163 US Hi, I need to format the value of a date field to this format: Jan-00 The date is stored as 01/10/2010. I think I need to start with the DatePart function but I’m not having any luck. Any help would be much appreciated.
Hi, I need to format the value of a date field to this format: Jan-00 The date is stored as 01/10/2010. I think I need to start with the DatePart function but I’m not having any luck. Any help would be much appreciated.
Sep 16, 2010 #2 lbass Technical User Feb 9, 2002 32,816 US If it is actually a date datatype, you can just right click on it->format field->date-> and select the appropriate format. -LB Upvote 0 Downvote
If it is actually a date datatype, you can just right click on it->format field->date-> and select the appropriate format. -LB
Sep 16, 2010 Thread starter #3 shannonlp Technical User Feb 9, 2006 163 US That was so simple I’m embarrassed for asking. I thought it might be more complicated than that because I need to group on the month-year. Thanks for your help. Upvote 0 Downvote
That was so simple I’m embarrassed for asking. I thought it might be more complicated than that because I need to group on the month-year. Thanks for your help.
Sep 16, 2010 #4 lbass Technical User Feb 9, 2002 32,816 US For the grouping, you can insert a group on the date and choose to print "for each month". -LB Upvote 0 Downvote