PrizmDoc Viewer v13.17 - Updated
API Reference / E-Signature Controls / Module: date-picker
In This Topic
    Module: date-picker
    In This Topic

    Module: date-picker

    Provides a date picker UI.

    Listens to Events:
    Example
    var DatePicker = require('date-picker.js');
    
    // a generic Viewer constructor
    var myDatePicker = DatePicker(this, {
        dateFormat: 'MM/DD/YYYY'
    });
    

    (require("date-picker"))(viewer, options)

    Created the template name header module.

    Parameters:
    Name Type Description
    viewer Core

    The core viewer to which the module will attach.

    options Object

    An options abject.

    Properties
    Name Type Description
    dateFormat external:"jQuery.fn"~DateFormat

    The format string to use when providing the selected date.

    Methods

    destroy()

    Destroys the module.


    Documentation generated by JSDoc 3.5.5 on Mon Jun 14 2021 12:02:27 GMT-0400 (Eastern Daylight Time)