Wijmo UI for the Web
wijdatepager jQuery Widget
Use a specific time interval view like week or month in this horizontal UI control to allow users to quickly select a date.
Syntax
$(function () {
    var options; // Type:  wijmo.datepager.wijdatepager.options
     
    $(".selector").wijdatepager(options);
});
function wijdatepager() : any;
Options
 NameDescription
public Option

Default value: ""

Culture name, e.g. "de-DE".

 
public Option

Default value: ""

A value that indicators the culture calendar to format the text. This option must work with culture option.

 
public Option

The options of custom view.

 
public Option

Default value: 0

The first day of the week (from 0 to 6). Sunday is 0, Monday is 1, and so on.

 
public Option

Default value: null

Use the localization option in order to provide custom localization.

 
public Option

Default value: 6

The count of date group displayed in the pager.

 
public Option

Default value: 'right'

Gets or sets the text for the 'next' button's ToolTip.

 
public Option

Default value: 'left'

Gets or sets the text for the 'previous' button's ToolTip.

 
public Option

Default value: null

The selected date.

 
public Option

Default value: 'day'

The active view type.

 
Top
Methods
 NameDescription
public MethodDestroys the widget and resets the DOM element.  
public MethodSelects the previous date.  
public MethodSelects the next date.  
public MethodRedraws the widget layout.  
public MethodRefreshes the widget layout.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventOccurs when the selectedDate option has been changed.  
Top
See Also

Widgets

DatePager

Reference

wijdatepager jQuery Widget