I have a field that is numeric that holds our fiscal year and period, but I want to convert it a month in it's word format, and skip the date, and display the year.
Data example: 10901 is the period number for July 2008. We run our fiscal year from July to June. Today, for example, is August 2009, but our period number is 11002 (the first 1 is a century number, the '10' stands for fiscal year 2010, and the '02' is August, which is the 2nd month in this fiscal year).
So do I need to build an array or something to display this - I want it to show "August 2009".
Data example: 10901 is the period number for July 2008. We run our fiscal year from July to June. Today, for example, is August 2009, but our period number is 11002 (the first 1 is a century number, the '10' stands for fiscal year 2010, and the '02' is August, which is the 2nd month in this fiscal year).
So do I need to build an array or something to display this - I want it to show "August 2009".