Framework/phpexport.php

Functions

year()

year(boolean  $short = false) : string

Get current year value

A full numeric representation of a year, 4 digits, by default

Parameters

boolean $short

A two digit representation of a year, example as: 99 or 03

Returns

string

Examples

or 2003
** File not found : 1999 **

month()

month(boolean  $textual = false) : string

Get current month value

Numeric representation of a month, with leading zeros, by default.

Parameters

boolean $textual

A short textual representation of a month, three letters, example as: Jan through Dec.

Returns

string

Examples

through 12
** File not found : 01 **