【问题标题】:Display Full Date in React Using Words in DatePicker使用 DatePicker 中的单词在 React 中显示完整日期
【发布时间】:2021-02-18 09:19:52
【问题描述】:

我有一个非常简单的问题。我想显示完整的日期词,例如 Nov 22th 2020。 现在,我只能显示月份和日期

请检查我的代码框

CLICK HERE

   <MuiPickersUtilsProvider utils={DateFnsUtils}>
      <DatePicker
        error={false}
        helperText={null}
        autoOk
        fullWidth
        inputVariant="outlined"
        value={selectedDate}
        onChange={handleDateChange}
        variant="outlined"
      />
    </MuiPickersUtilsProvider>

【问题讨论】:

    标签: reactjs material-ui react-hooks react-material


    【解决方案1】:

    所有你需要的是添加道具format到选择器,根据你的例子,你需要format="MMM do yyyy"Here你可以找到更多选择

    【讨论】:

      猜你喜欢
      • 2015-08-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-10-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多