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
isCurrentMonth()
Determine if the date object is a current month.
public
isCurrentMonth(mixed $dateObject) : mixed
Parameters
- $dateObject : mixed
Tags
prepare()
Given the date object, prepare the data
public
prepare([mixed $date = null ]) : mixed
Parameters
- $date : mixed = null
Tags
getDaysInMonth()
Gets the total number of days in a month
private
getDaysInMonth(mixed $year, mixed $month) : mixed
Parameters
- $year : mixed
- $month : mixed