d - %s', __( 'day of month;', 'jet-smart-filters' ) ); printf( '
  • dd - %s
  • ', __( 'day of month with leading zero;', 'jet-smart-filters' ) ); printf( '
  • D - %s
  • ', __( 'short day name;', 'jet-smart-filters' ) ); printf( '
  • DD - %s
  • ', __( 'full day name;', 'jet-smart-filters' ) ); printf( '
  • m - %s
  • ', __( 'month of year;', 'jet-smart-filters' ) ); printf( '
  • mm - %s
  • ', __( 'month of year with leading zero;', 'jet-smart-filters' ) ); printf( '
  • M - %s
  • ', __( 'short month name;', 'jet-smart-filters' ) ); printf( '
  • MM - %s
  • ', __( 'full month name;', 'jet-smart-filters' ) ); printf( '
  • y - %s
  • ', __( 'year (two digit);', 'jet-smart-filters' ) ); printf( '
  • yy - %s
  • ', __( 'year (four digit);', 'jet-smart-filters' ) ); ?>