Month.php 100 B

12345678
  1. <?php
  2. namespace Dcat\Admin\Form\Field;
  3. class Month extends Date
  4. {
  5. protected $format = 'MM';
  6. }