Giter VIP home page Giter VIP logo

acf-rrule's Introduction

ACF RRule Field

Create recurring rules within a single ACF field and retrieve all the dates using the simshaun/recurr package.

ACF RRule Screenshot

Usage

<?php $rrule = get_field('rrule'); ?>

The RRule field returns an array with the following arguments:

rrule (string)
The RRule string for your recurring rule

start_date (string)
The start date for the recurrence

start_time (string)
The start time for the recurrence

frequency (string)
The frequency for the recurrence (DAILY, WEEKLY, MONTHLY or YEARLY)

interval (int)
The interval set for the frequency

weekdays (array)
An array of days for the weekly frequency

monthdays (array)
An array of days for the monthly frequency

months (array)
An array of months for the yearly frequency

monthly_by (string)
The selected option between "monthdays" and "setpos" for the monthly frequency

bysetpos (array)
The starting numbers for the monthly "setpos" option

byweekday (array)
The selected days for the monthly "setpos" option

end_type (string)
The end of the recurrence between "date" and "count"

end_date (string)
The end date in YYYYMMDD format for the recurrence when end_type is set to "date"

occurence_count (int)
The number of occurences for the recurrence when end_type is set to "count"

dates_collection (array)
An array containing all the DateTime objects generated by your recurring rule

text (string)
A text representation for your recurring rule

acf-rrule's People

Contributors

marcbelletre avatar pedro-mendonca avatar bhujagendra-ishaya avatar codyogden avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.