This.ApplyDateExtraction "MY","MN Y4",1970,2069
You now have changed an abbreviated date and year format to the full name of the month with millennium and century information.
Tip:
If a date field spans ninety-nine years or less, use a windowing strategy with the optional intMinYear, intMaxYear parameters when using Date Extraction with VBScript (as shown in this section). If you do not indicate a range of years, the default is the same as in the Date Extraction parameters, 1930 to 2029.
Note:
For example, an input date of OCT 98 would be output as OCT 1998, while the input date of OCT 01 would be output as OCT 2001.