Class Carbonate
Date helper.
Namespace: Docolight\Support
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Support/Carbonate.php
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Support/Carbonate.php
Methods summary
public static
string|null
|
|
public static
string
|
#
formatLocale( Carbon\Carbon\Carbon $date, string $locale, string $returnFormat )
Format our locale date |
public static
integer|null
|
|
public static
|
|
public static
string|null
|
|
public static
string|null
|
|
public static
array
|
|
public static
array
|
|
public static
integer|null
|
Properties summary
protected static
array
|
$month
|
#
array(
'Jan' => 1,
'Feb' => 2,
'Mar' => 3,
'Apr' => 4,
'May' => 5,
'Jun' => 6,
'Jul' => 7,
'Aug' => 8,
'Sep' => 9,
'Oct' => 10,
'Nov' => 11,
'Dev' => 12,
)
|
protected static
array
|
$day
|
#
array(
'Mon' => 1,
'Tue' => 2,
'Wed' => 3,
'Thu' => 4,
'Fri' => 5,
'Sat' => 6,
'Sun' => 7,
)
|
protected static
array
|
$localeMonth
|
#
array(
'id' => array(
1 => 'Januari',
2 => 'Februari',
3 => 'Maret',
4 => 'April',
5 => 'Mei',
6 => 'Juni',
7 => 'Juli',
8 => 'Agustus',
9 => 'September',
10 => 'Oktober',
11 => 'November',
12 => 'Desember',
),
)
|
protected static
array
|
$localeDays
|
#
array(
'id' => array(
1 => 'Senin',
2 => 'Selasa',
3 => 'Rabu',
4 => 'Kamis',
5 => 'Jum\'at',
6 => 'Sabtu',
7 => 'Minggu',
),
)
|