Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • AI
  • Analytics
  • Assets
  • Authentication
  • Caching
  • Cli
  • Content Creation
  • CSS
  • Databases
  • Dates
  • Debugging
  • DX
  • E-Commerce
  • Feeds
  • Forms
  • Headless
  • Icons
  • Internationalisation
  • Jamstack
  • Logging
  • Media
  • Panel
  • Performance
  • Privacy
  • Routing
  • Search
  • Security
  • SEO
  • Social Media
  • Structured data
  • Templating
  • Text
  • Typography
  • Versioning
  • Videos
  • WYSIWYG
  • Dates

    All plugins

    • Microseasons Kirby plugin that will render the current Japanese micro season in a template. Includes various configuration options. K5 K4 K3
    • Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 K3
    • $page
        ->date()
        ->toDateTime()
        ->modify('+1 month')
        ->format('Y-m-d');
      Date Methods Date Methods is a plugin that allows for advanced date and time parsing and formatting using PHP's core date objects. It offers methods for … K4 K3
    • Date Extended Plugin to provide two additional date fields which will store the creation date and the modication date as a Unix Epoch. A field method is p… K4 K3
    • $site->holidays('France', 2022);
      Yasumi Get a list of official public holidays and the dates they fall on for any country and year. K4 K3
    • $datelist = $site->recurr(
          '2022-09-10 20:00:00',
          '2022-09-11 02:00:00',
          'WEEKLY',
          ['WE', 'TH', 'FR'],
          '2022-10-11'
      );
      Recurr This plugin integrates the Recurr library to make it easier to work with repeating dates (like events on a calender). K4 K3
    • autopublish:
        label: Autopublish on
        type: date
        time: true
        default: now
      autounpublish:
        label: Automatically unpublish on
        type: date
        time: true
      Autopublish Schedule automatic publishing of pages (drafts) on a certain date & time K4 K3
    • Google Calendar Display your Google Calendar entries as list on your website K3
    • Event Calendar A plugin for the Kirby CMS to easily implement an event calendar. K3