Documentation

EasyBlogCalendar
in package

Table of Contents

Methods

getDateObject()  : mixed
Retrieves the date object
isCurrentMonth()  : mixed
Determine if the date object is a current month.
prepare()  : mixed
Given the date object, prepare the data
getDaysInMonth()  : mixed
Gets the total number of days in a month

Methods

getDateObject()

Retrieves the date object

public getDateObject([mixed $timestamp = '' ]) : mixed
Parameters
$timestamp : mixed = ''
Tags
since
4.0
access

public

isCurrentMonth()

Determine if the date object is a current month.

public isCurrentMonth(mixed $dateObject) : mixed
Parameters
$dateObject : mixed
Tags
since
5.0
access

public

prepare()

Given the date object, prepare the data

public prepare([mixed $date = null ]) : mixed
Parameters
$date : mixed = null
Tags
since
4.0
access

public

getDaysInMonth()

Gets the total number of days in a month

private getDaysInMonth(mixed $year, mixed $month) : mixed
Parameters
$year : mixed
$month : mixed
Tags
since
1.3
access

public


        
On this page

Search results