BaseProfileResponse
in package
AbstractYes
Table of Contents
Methods
- toArray() : array<string|int, mixed>
- formatDate() : string
- Format the date
Methods
toArray()
public
abstract toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>formatDate()
Format the date
protected
static formatDate(string $date[, string $format = 'M d, Y' ]) : string
Parameters
- $date : string
-
- The date to format
- $format : string = 'M d, Y'
-
- The format to use
Return values
string —- The formatted date