JSHelperRegisterMonthsArray Method |
Resister an array of localized full and abbreviated month names for the specified culture.
This array is used by platform javascript code for parsing and rendering formatted dates.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static void RegisterMonthsArray(
IAppContext cxt,
Page page
)
Public Shared Sub RegisterMonthsArray (
cxt As IAppContext,
page As Page
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - page
- Type: System.Web.UIPage
The page on which to register the array.
See Also