Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 261 Bytes

File metadata and controls

13 lines (12 loc) · 261 Bytes
<ion-datetime presentation="date"></ion-datetime>

<style>
  /*
   * Custom Datetime Calendar Header Part
   * -------------------------------------------
   */
  ion-datetime::part(month-year-button) {
    background-color: lightblue;
  }
</style>