utilities.php
Table of Contents
Functions
-
getParsedCalendar()
: array<string|int, mixed>
-
getFormattedDate()
: string
-
getFormattedIntervalDays()
: string
getParsedCalendar()
getParsedCalendar(string $calendarLocation) : array<string|int, mixed>
Parameters
-
$calendarLocation
: string
-
Return values
array<string|int, mixed>
getFormattedDate(DateTime $dateObject) : string
Parameters
-
$dateObject
: DateTime
-
getFormattedIntervalDays(string $startDate, string $endDate) : string
Parameters
-
$startDate
: string
-
-
$endDate
: string
-