# perldoc > DateTime::Locale::en_GG

---
type: CommandReference
command: DateTime::Locale::en_GG
mode: perldoc
section: ""
source: perldoc
---

## Quick Reference

- `%c` — date time format: `Tue Feb  5 18:30:30 2008`
- `%x` — date format: `02/05/08`
- `%X` — time format: `18:30:30`
- Short date: `05/02/2008`
- Long date: `5 February 2008`
- Medium time: `18:30:30`
- Prefers 24-hour time: Yes
- First day of week: Monday (1)

## Name

Locale data examples for the English Guernsey (en-GG) locale.

## Description

This pod file contains examples of the locale data available for the English Guernsey locale.

### Days

- Wide (format): Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
- Abbreviated (format): Mon, Tue, Wed, Thu, Fri, Sat, Sun
- Narrow (format): M, T, W, T, F, S, S
- Wide (stand-alone): (same as wide format)
- Abbreviated (stand-alone): (same as abbreviated format)
- Narrow (stand-alone): (same as narrow format)

### Months

- Wide (format): January, February, March, April, May, June, July, August, September, October, November, December
- Abbreviated (format): Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sept, Oct, Nov, Dec
- Narrow (format): J, F, M, A, M, J, J, A, S, O, N, D
- Wide (stand-alone): (same as wide format)
- Abbreviated (stand-alone): (same as abbreviated format)
- Narrow (stand-alone): (same as narrow format)

### Quarters

- Wide (format): 1st quarter, 2nd quarter, 3rd quarter, 4th quarter
- Abbreviated (format): Q1, Q2, Q3, Q4
- Narrow (format): 1, 2, 3, 4
- Wide (stand-alone): (same as wide format)
- Abbreviated (stand-alone): (same as abbreviated format)
- Narrow (stand-alone): (same as narrow format)

### Eras

- Wide (format): Before Christ, Anno Domini
- Abbreviated (format): BC, AD
- Narrow (format): B, A

## Date Formats

- Full: `Tuesday, 5 February 2008`
- Long: `5 February 2008`
- Medium: `5 Feb 2008`
- Short: `05/02/2008`

## Time Formats

- Full: `18:30:30 UTC`
- Long: `18:30:30 UTC`
- Medium: `18:30:30`
- Short: `18:30`

## Datetime Formats

- Full: `Tuesday, 5 February 2008 at 18:30:30 UTC`
- Long: `5 February 2008 at 18:30:30 UTC`
- Medium: `5 Feb 2008, 18:30:30`
- Short: `05/02/2008, 18:30`

## Available Formats

- `Bh` (h B) — `6 B`
- `Bhm` (h:mm B) — `6:30 B`
- `Bhms` (h:mm:ss B) — `6:30:30 B`
- `E` (ccc) — `Tue`
- `EBhm` (E, h:mm B) — `Tue, 6:30 B`
- `EBhms` (E, h:mm:ss B) — `Tue, 6:30:30 B`
- `EHm` (E HH:mm) — `Tue 18:30`
- `EHms` (E HH:mm:ss) — `Tue 18:30:30`
- `Ed` (E d) — `Tue 5`
- `Ehm` (E h:mm a) — `Tue 6:30 pm`
- `Ehms` (E h:mm:ss a) — `Tue 6:30:30 pm`
- `Gy` (y G) — `2008 AD`
- `GyMMM` (MMM y G) — `Feb 2008 AD`
- `GyMMMEd` (E, d MMM y G) — `Tue, 5 Feb 2008 AD`
- `GyMMMd` (d MMM y G) — `5 Feb 2008 AD`
- `GyMd` (d/M/y GGGGG) — `5/2/2008 A`
- `H` (HH) — `18`
- `Hm` (HH:mm) — `18:30`
- `Hms` (HH:mm:ss) — `18:30:30`
- `Hmsv` (HH:mm:ss v) — `18:30:30 UTC`
- `Hmv` (HH:mm v) — `18:30 UTC`
- `M` (L) — `2`
- `MEd` (E, dd/MM) — `Tue, 05/02`
- `MMM` (LLL) — `Feb`
- `MMMEd` (E, d MMM) — `Tue, 5 Feb`
- `MMMMW-count-one` ('week' W 'of' MMMM) — `week 1 of February`
- `MMMMW-count-other` ('week' W 'of' MMMM) — `week 1 of February`
- `MMMMd` (d MMMM) — `5 February`
- `MMMd` (d MMM) — `5 Feb`
- `MMdd` (dd/MM) — `05/02`
- `Md` (dd/MM) — `05/02`
- `d` (d) — `5`
- `h` (h a) — `6 pm`
- `hm` (h:mm a) — `6:30 pm`
- `hms` (h:mm:ss a) — `6:30:30 pm`
- `hmsv` (h:mm:ss a v) — `6:30:30 pm UTC`
- `hmv` (h:mm a v) — `6:30 pm UTC`
- `ms` (mm:ss) — `30:30`
- `y` (y) — `2008`
- `yM` (MM/y) — `02/2008`
- `yMEd` (E, dd/MM/y) — `Tue, 05/02/2008`
- `yMMM` (MMM y) — `Feb 2008`
- `yMMMEd` (E, d MMM y) — `Tue, 5 Feb 2008`
- `yMMMM` (MMMM y) — `February 2008`
- `yMMMd` (d MMM y) — `5 Feb 2008`
- `yMd` (dd/MM/y) — `05/02/2008`
- `yQQQ` (QQQ y) — `Q1 2008`
- `yQQQQ` (QQQQ y) — `1st quarter 2008`
- `yw-count-one` ('week' w 'of' Y) — `week 6 of 2008`
- `yw-count-other` ('week' w 'of' Y) — `week 6 of 2008`

## Miscellaneous

- Prefers 24 hour time? Yes
- Local first day of the week: 1 (Monday)

## Strftime Patterns

- `%c` (%a %b %e %H:%M:%S %Y) — `Tue Feb  5 18:30:30 2008`
- `%x` (%m/%d/%y) — `02/05/08`
- `%X` (%H:%M:%S) — `18:30:30`

## See Also

- [DateTime::Locale](https://www.chedong.com/phpMan.php/perldoc/DateTime%3A%3ALocale/markdown)