Takes a datetime and a language id returns the name of the corresponding month in that language.
Use DEFAULT as language id to use the system default language, ie SELECT dbo.ADMIN_GetMonthName('2008-10-10', DEFAULT).
Name of the month.