【问题标题】:bulma calendar to show only month option布尔玛日历仅显示月份选项
【发布时间】:2021-11-26 17:35:36
【问题描述】:

是否可以在 bulma-calendar 扩展中仅提供 MM/YYYY 选项?默认选项显示 dd-mm-yyyy?

<div class ="date-cal">
    <input type = "date">
</div>

【问题讨论】:

    标签: html css bulma


    【解决方案1】:

    您可以在 HTML 中为输入标签使用“月”类型:

    <input type="month" min="2018-03" value="2018-05">
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-03-14
      • 2011-01-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-10
      • 1970-01-01
      相关资源
      最近更新 更多