MONTHSTR()
Description
This function implements the MONTH$() function for SBL
compatibility. It returns the month component of a date
object as a string from the locale information based on the date value
passed. If the date value is .nul or the locale object
is .nul then the return value is the
string ".nul".
Prototype
MONTHSTR (
date ,
SBLlocaledateinfo dt )
ldiLocale
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| dt | None | date | |
| ldiLocale | None | SBLlocaledateinfo |


