DatePicker

    Table of contents
    No headers
    /***
    
        DatePicker(id, class, date)
    
        (optional) id : str
    
        (optional) class : str
    
        (optional) date : str
    
    ***/
    
    var id = $id;
    var class = $class;
    var startdate = $date ?? date.format(date.now, 'MM/dd/yyyy');
    
    jquery.ui('smoothness');
    
    <input id=(id) class=(class) type="text" value=(startdate) ctor="$this.datepicker();" />
    
    Tag page (Edit tags)
    • No tags
    Page statistics
    4807 view(s), 1 edit(s) and 391 character(s)

    Comments

    You must login to post a comment.

    Attach file

    Attachments