Table of Contents
-
$daysLiteral
: mixed
-
__construct()
: mixed
-
add_months()
: mixed
-
addCalendar()
: mixed
-
addDay()
: mixed
-
addHour()
: mixed
-
addMinute()
: mixed
-
addMonth()
: mixed
-
addMonths()
: mixed
-
addSecond()
: mixed
-
addYear()
: mixed
-
age()
: mixed
-
checkDate()
: mixed
-
dateDicts()
: mixed
-
dateMonthLiteral()
: mixed
-
dateTime()
: mixed
-
datetimeToEpoch()
: mixed
-
daysLiteralLiteralItalian()
: mixed
-
daysNumericNumericItalian()
: mixed
-
daysWeekLiteral()
: mixed
-
daysWeekNumeric()
: mixed
-
dayWeek()
: mixed
-
difference_days()
: mixed
-
difference_hours()
: mixed
-
difference_minutes()
: mixed
-
difference_months()
: mixed
-
difference_weeks()
: mixed
-
difference_years()
: mixed
-
epochToDate()
: mixed
-
epochToDateTime()
: mixed
-
firstDayMonth()
: mixed
-
firstDayThisMonth()
: mixed
-
firstDayWeek()
: mixed
-
firstDayYear()
: mixed
-
format_lasttime()
: mixed
-
formatDate()
: mixed
-
formats()
: mixed
-
lastDayMonth()
: mixed
-
lastDayWeek()
: mixed
-
lastDayYear()
: mixed
-
literalDateYear()
: mixed
-
literalLongDateYearLocaleSimple()
: mixed
-
literalShortDateYearLocaleSimple()
: mixed
-
longDate()
: mixed
-
monthsLiteral()
: mixed
-
monthsToEnglish()
: mixed
-
mysqlDate()
: mixed
-
mysqlDateEOD()
: mixed
-
mysqlDateOnly()
: mixed
-
numbers()
: mixed
-
numericDate()
: mixed
-
rangeMonth()
: mixed
-
rangeWeek()
: mixed
-
shortDate()
: mixed
-
shortDateYear()
: mixed
-
shortTime()
: mixed
-
subCalendar()
: mixed
-
subtractDay()
: mixed
-
subtractHour()
: mixed
-
subtractMonth()
: mixed
-
subtractSecond()
: mixed
-
timeAgo()
: mixed
-
timeArray()
: mixed
-
timeHuman()
: mixed
-
yearLong()
: mixed
$daysLiteral
public
mixed
$daysLiteral
= array(1 => array('it' => array('short' => 'Lun', 'long' => 'Lunedì')), 2 => array('it' => array('short' => 'Mar', 'long' => 'Martedì')), 3 => array('it' => array('short' => 'Mer', 'long' => 'Mercoledì')), 4 => array('it' => array('short' => 'Gio', 'long' => 'Giovedì')), 5 => array('it' => array('short' => 'Ven', 'long' => 'Venerdì')), 6 => array('it' => array('short' => 'Sab', 'long' => 'Sabato')), 7 => array('it' => array('short' => 'Dom', 'long' => 'Domenica')))
__construct()
public
__construct([mixed $date = false ][, mixed $args = false ]) : mixed
Parameters
-
$date
: mixed
= false
-
-
$args
: mixed
= false
-
Return values
mixed
—
add_months()
public
add_months(mixed $months, DateTime $dateObject) : mixed
Parameters
-
$months
: mixed
-
-
$dateObject
: DateTime
-
Return values
mixed
—
addCalendar()
public
addCalendar(mixed $time, mixed $unit[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$unit
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
addDay()
public
addDay(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
addHour()
public
addHour(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
addMinute()
public
addMinute(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
addMonth()
public
addMonth(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
addMonths()
public
addMonths(mixed $months) : mixed
Parameters
-
$months
: mixed
-
Return values
mixed
—
addSecond()
public
addSecond(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
addYear()
public
addYear(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
age()
public
age() : mixed
Return values
mixed
—
checkDate()
public
checkDate() : mixed
Return values
mixed
—
dateDicts()
public
static dateDicts([mixed $dict = false ]) : mixed
Parameters
-
$dict
: mixed
= false
-
Return values
mixed
—
dateMonthLiteral()
public
dateMonthLiteral([mixed $year = false ]) : mixed
Parameters
-
$year
: mixed
= false
-
Return values
mixed
—
dateTime()
public
dateTime([mixed $shortyear = false ]) : mixed
Parameters
-
$shortyear
: mixed
= false
-
Return values
mixed
—
datetimeToEpoch()
public
static datetimeToEpoch(mixed $datetime) : mixed
Parameters
-
$datetime
: mixed
-
Return values
mixed
—
daysLiteralLiteralItalian()
public
static daysLiteralLiteralItalian() : mixed
Return values
mixed
—
daysNumericNumericItalian()
public
static daysNumericNumericItalian() : mixed
Return values
mixed
—
daysWeekLiteral()
public
static daysWeekLiteral() : mixed
Return values
mixed
—
daysWeekNumeric()
public
static daysWeekNumeric() : mixed
Return values
mixed
—
dayWeek()
public
dayWeek([mixed $short = false ]) : mixed
Parameters
-
$short
: mixed
= false
-
Return values
mixed
—
difference_days()
public
difference_days([mixed $later_date = false ]) : mixed
Parameters
-
$later_date
: mixed
= false
-
Return values
mixed
—
difference_hours()
public
difference_hours([mixed $later_date = false ]) : mixed
Parameters
-
$later_date
: mixed
= false
-
Return values
mixed
—
difference_minutes()
public
difference_minutes([mixed $later_date = false ]) : mixed
Parameters
-
$later_date
: mixed
= false
-
Return values
mixed
—
difference_months()
public
difference_months([mixed $later_date = false ]) : mixed
Parameters
-
$later_date
: mixed
= false
-
Return values
mixed
—
difference_weeks()
public
difference_weeks([mixed $later_date = false ]) : mixed
Parameters
-
$later_date
: mixed
= false
-
Return values
mixed
—
difference_years()
public
difference_years([mixed $later_date = false ]) : mixed
Parameters
-
$later_date
: mixed
= false
-
Return values
mixed
—
epochToDate()
public
static epochToDate(mixed $epoch) : mixed
Parameters
-
$epoch
: mixed
-
Return values
mixed
—
epochToDateTime()
public
static epochToDateTime(mixed $epoch) : mixed
Parameters
-
$epoch
: mixed
-
Return values
mixed
—
firstDayMonth()
public
firstDayMonth([mixed $format = 'literal_short' ]) : mixed
Parameters
-
$format
: mixed
= 'literal_short'
-
Return values
mixed
—
firstDayThisMonth()
public
static firstDayThisMonth() : mixed
Return values
mixed
—
firstDayWeek()
public
firstDayWeek([mixed $format = 'literal_short' ]) : mixed
Parameters
-
$format
: mixed
= 'literal_short'
-
Return values
mixed
—
firstDayYear()
public
firstDayYear([mixed $format = 'literal_short' ]) : mixed
Parameters
-
$format
: mixed
= 'literal_short'
-
Return values
mixed
—
public
static format_lasttime(mixed $time[, mixed $short = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$short
: mixed
= false
-
Return values
mixed
—
public
formatDate(mixed $format) : mixed
Parameters
-
$format
: mixed
-
Return values
mixed
—
public
static formats(mixed $format) : mixed
Parameters
-
$format
: mixed
-
Return values
mixed
—
lastDayMonth()
public
lastDayMonth([mixed $format = 'literal_short' ]) : mixed
Parameters
-
$format
: mixed
= 'literal_short'
-
Return values
mixed
—
lastDayWeek()
public
lastDayWeek([mixed $format = 'literal_short' ]) : mixed
Parameters
-
$format
: mixed
= 'literal_short'
-
Return values
mixed
—
lastDayYear()
public
lastDayYear([mixed $format = 'literal_short' ]) : mixed
Parameters
-
$format
: mixed
= 'literal_short'
-
Return values
mixed
—
literalDateYear()
public
literalDateYear([mixed $long = false ]) : mixed
Parameters
-
$long
: mixed
= false
-
Return values
mixed
—
literalLongDateYearLocaleSimple()
public
literalLongDateYearLocaleSimple([mixed $short_month = false ][, mixed $short_year = false ]) : mixed
Parameters
-
$short_month
: mixed
= false
-
-
$short_year
: mixed
= false
-
Return values
mixed
—
literalShortDateYearLocaleSimple()
public
literalShortDateYearLocaleSimple([mixed $short_month = false ][, mixed $short_year = false ]) : mixed
Parameters
-
$short_month
: mixed
= false
-
-
$short_year
: mixed
= false
-
Return values
mixed
—
longDate()
public
longDate([mixed $reverse = false ]) : mixed
Parameters
-
$reverse
: mixed
= false
-
Return values
mixed
—
monthsLiteral()
public
static monthsLiteral([mixed $args = false ]) : mixed
Parameters
-
$args
: mixed
= false
-
Return values
mixed
—
monthsToEnglish()
public
static monthsToEnglish(mixed $month, mixed $language) : mixed
Parameters
-
$month
: mixed
-
-
$language
: mixed
-
Return values
mixed
—
mysqlDate()
public
mysqlDate() : mixed
Return values
mixed
—
mysqlDateEOD()
public
mysqlDateEOD() : mixed
Return values
mixed
—
mysqlDateOnly()
public
mysqlDateOnly() : mixed
Return values
mixed
—
numbers()
public
static numbers(mixed $args) : mixed
Parameters
-
$args
: mixed
-
Return values
mixed
—
numericDate()
public
numericDate() : mixed
Return values
mixed
—
rangeMonth()
public
static rangeMonth(mixed $datestr) : mixed
Parameters
-
$datestr
: mixed
-
Return values
mixed
—
rangeWeek()
public
static rangeWeek(mixed $datestr) : mixed
Parameters
-
$datestr
: mixed
-
Return values
mixed
—
shortDate()
public
shortDate([mixed $noyear = false ]) : mixed
Parameters
-
$noyear
: mixed
= false
-
Return values
mixed
—
shortDateYear()
public
shortDateYear([mixed $yearshort = false ]) : mixed
Parameters
-
$yearshort
: mixed
= false
-
Return values
mixed
—
shortTime()
public
shortTime() : mixed
Return values
mixed
—
subCalendar()
public
subCalendar(mixed $time, mixed $unit[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$unit
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
subtractDay()
public
subtractDay(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
subtractHour()
public
subtractHour(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
subtractMonth()
public
subtractMonth(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
subtractSecond()
public
subtractSecond(mixed $time[, mixed $format = false ]) : mixed
Parameters
-
$time
: mixed
-
-
$format
: mixed
= false
-
Return values
mixed
—
timeAgo()
public
timeAgo([mixed $language = 'it' ][, mixed $colloquial = false ]) : mixed
Parameters
-
$language
: mixed
= 'it'
-
-
$colloquial
: mixed
= false
-
Return values
mixed
—
timeArray()
public
static timeArray(mixed $seconds[, mixed $options = [] ]) : mixed
Parameters
-
$seconds
: mixed
-
-
$options
: mixed
= []
-
Return values
mixed
—
timeHuman()
public
static timeHuman(mixed $args) : mixed
Parameters
-
$args
: mixed
-
Return values
mixed
—
yearLong()
public
yearLong() : mixed
Return values
mixed
—