DatePicker

    Inhaltsverzeichnis
    keine Gliederung
    /***
    
        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();" />
    

    Kommentare

    Um einen Kommentar zu schreiben, müssen Sie sich anmelden.

    Datei anfügen

    Anhänge

     
    Tags:
    • No tags
    Auf diese Seite verlinkt ist:
    Seitenstatistik:
    196 mal angezeigt
    Kurze URL (z.B für Twitter):
    Deki Appliance - Powered by TurnKey Linux