Click or drag to resize

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)
Syntax
public static void RegisterMonthsArray(
	IAppContext cxt,
	Page page
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
page
Type: System.Web.UIPage
The page on which to register the array.
See Also