Wijmo UI for the Web
goLeft Method
wijmo.datepager Namespace > wijdatepager type : goLeft Method
The event of firing the select previous date.
Selects the previous date.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var ev; // Type:  Object
    
    returnsValue = $(".selector").wijdatepager("goLeft", ev);
});
function goLeft( 
   ev : Object
) : bool;

Parameters

ev
The event of firing the select previous date.
See Also

Reference

wijdatepager type
wijdatepager jQuery Widget