AngularmatDatepicker禁用日期转型
创始人
2024-10-28 07:01:37
0

要禁用matDatepicker中的日期转型,可以使用DateAdapter中的format方法。可以扩展NativeDateAdapter并覆盖format()。以下是一个示例:

import { NativeDateAdapter} from '@angular/material/core';
import { MatDateFormats } from '@angular/material/core';

export class MyDateAdapter extends NativeDateAdapter {
  format(date: Date, displayFormat: Object): string {
    if (displayFormat === 'input') {
      const day = date.getDate();
      const month = date.getMonth() + 1;
      const year = date.getFullYear();
      return `${year}-${month}-${day}`;
    }
    return date.toDateString();
  }
}

export const MY_DATE_FORMATS: MatDateFormats = {
  parse: {
    //不需要设置解析格式;
    dateInput: null,
  },
  display: {
    dateInput: 'input',
    monthYearLabel: 'MM/YYYY',
    dateA11yLabel: 'LL',
    monthYearA11yLabel: 'MMMM YYYY',
  },
};

//添加到模块之后,可以使用它对matDatepicker的所有日期选项卡进行禁用。MatDatePicker中有一个“dateClass“选项,它可以使用matDatepicker的日历组件中的自定义函数来禁用特定日期。

@Component({
  selector: 'app-my-component',
  templateUrl: './my-component.component.html',
  styleUrls: ['./my-component.component.css'],
  providers: [
    { provide: DateAdapter, useClass: MyDateAdapter },
    { provide: MAT_DATE_FORMATS, useValue: MY_DATE_FORMATS },
  ],
})
export class MyComponent {}

//在模板上设置日期className样式来禁用它
template:
  
    
    
    
  

ts:
  dateClass() {
    return (date: Date): MatCalendarCellCssClasses => {
      const day = date.getDate();
      // Disable 1st of

相关内容

热门资讯

重大科普!微乐家乡麻将自建房辅... 重大科普!微乐家乡麻将自建房辅助app,微乐小程序免费黑科技(开挂自建房)技巧1、首先打开微乐家乡麻...
玩家必看秘籍!微信卡五星辅助器... 玩家必看秘籍!微信卡五星辅助器,微乐自建房脚本免费入口(开挂自建房)技巧1、任何微信卡五星辅助器透视...
一起来讨论!微乐自建房辅助工具... 一起来讨论!微乐自建房辅助工具插件,微乐自建房脚本免费入口(开挂自建房)教程1、超多福利:超高返利,...
实测分享!微乐家乡麻将自建房辅... 实测分享!微乐家乡麻将自建房辅助app,微乐家乡麻将自建房辅助app(开挂自建房)app微乐家乡麻将...
一分钟揭秘!微乐自建房辅助工具... 一分钟揭秘!微乐自建房辅助工具免费app,微乐自建房脚本免费入口(开挂自建房)攻略1、打开软件启动之...
必备辅助推荐!微信雀神麻将挂件... 必备辅助推荐!微信雀神麻将挂件开挂辅助,微乐小程序免费黑科技(开挂自建房)攻略1、起透看视 微信雀神...
必看攻略!微乐小程序自建房辅助... 必看攻略!微乐小程序自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)脚本1、完成微乐小程序自建...
分享实测!微乐微信自建房辅助工... 分享实测!微乐微信自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)工具1、游戏颠覆性的...
玩家必看科普!微乐小程序麻将自... 玩家必看科普!微乐小程序麻将自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)插件1、微...
玩家必看科普!微乐小程序自建房... 玩家必看科普!微乐小程序自建房辅助工具插件,微乐自建房脚本免费入口(开挂自建房)器微乐小程序自建房辅...