Title: Date Function
Last modified: March 14, 2020

---

# Date Function

 *  [9to5wd](https://wordpress.org/support/users/9to5wd/)
 * (@9to5wd)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/date-function-3/)
 * Hi,
 * How can I add a date function so that an element displays depending on the day?
 * For example every Monday
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Jonathan Horowitz](https://wordpress.org/support/users/jhorowitz/)
 * (@jhorowitz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/date-function-3/#post-12544744)
 * Hi [@9to5wd](https://wordpress.org/support/users/9to5wd/)!
 * In your theme’s functions.php try adding this:
 *     ```
       function today_is($dayOfWeek) {
       	return date( 'l' ) === $dayOfWeek;
       }
       ```
   
 * You can use it like this in the Content Visibility setting:
 * `today_is( 'Monday' )` for every Monday, or
 * `today_is( 'Saturday' ) || today_is( 'Sunday' )` for every Saturday or Sunday
    -  This reply was modified 6 years, 2 months ago by [Jonathan Horowitz](https://wordpress.org/support/users/jhorowitz/).
    -  This reply was modified 6 years, 2 months ago by [Jonathan Horowitz](https://wordpress.org/support/users/jhorowitz/).
    -  This reply was modified 6 years, 2 months ago by [Jonathan Horowitz](https://wordpress.org/support/users/jhorowitz/).
 *  [Nirmal Singh](https://wordpress.org/support/users/nirmalsingh311/)
 * (@nirmalsingh311)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/date-function-3/#post-12616173)
 * Hello
    I’d like to show the 24 slides in Divi according to current time. Like
   this reference site – [https://www.trullorestaurant.com/](https://www.trullorestaurant.com/)
 * Please let me know, how I can do this by using your plugin?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Date Function’ is closed to new replies.

 * ![](https://ps.w.org/content-visibility-for-divi-builder/assets/icon-256x256.
   png?rev=1359961)
 * [Content Visibility for Divi Builder](https://wordpress.org/plugins/content-visibility-for-divi-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-visibility-for-divi-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-visibility-for-divi-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/content-visibility-for-divi-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-visibility-for-divi-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-visibility-for-divi-builder/reviews/)

## Tags

 * [divi](https://wordpress.org/support/topic-tag/divi/)
 * [time slots](https://wordpress.org/support/topic-tag/time-slots/)

 * 2 replies
 * 3 participants
 * Last reply from: [Nirmal Singh](https://wordpress.org/support/users/nirmalsingh311/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/date-function-3/#post-12616173)
 * Status: not resolved