Skip to content

Setting default Date Range #36

@anikets43

Description

@anikets43

Hi @jkuri

Is there any option to set default date?

<ng-daterangepicker [(ngModel)]="dateValue" [options]="options"></ng-daterangepicker>

dateValue: '2017/09/05-2017/09/17';

 this.options = {
      theme: 'default',
      range: 'tw',
      dayNames: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
      presetNames: ['This Month', 'Last Month', 'This Week', 'Last Week', 'This Year', 'Last Year', 'From', 'End'],
      dateFormat: 'yMd',
      outputFormat: 'YYYY/MM/DD',
      startOfWeek: 1
    };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions