Oihana PHP System

after.php

Table of Contents

Functions

after()  : string
Generates the 'after:date' rule expression.

Functions

after()

Generates the 'after:date' rule expression.

after(string $date) : string

The parameter should be any valid string that can be parsed by strtotime.

For example:

  • after:next week
  • after:2016-12-31
  • after:2016
  • after:2016-12-31 09:56:02
Parameters
$date : string

The date format pattern.

Return values
string

        
On this page

Search results