Skip to content

Commit 9b22fdb

Browse files
committed
Do not change table formatting
1 parent cea1606 commit 9b22fdb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/api/field_types_reference/dateandtimefield.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Example: `Wed 2016-22-05 12:19:18`
5454

5555
Hash value of this Field Type is an array with two keys:
5656

57-
|Key|Type| Description |Example|
58-
|------|------|---------------------------------------------------------------------------------------------------------------------------------------------------------|------|
59-
|`timestamp`|`integer`| Time information in [Unix format timestamp](https://en.wikipedia.org/wiki/Unix_time). |`1400856992`|
60-
|`rfc850`|`string`| Time information as a string in [RFC 850 date format](https://datatracker.ietf.org/doc/html/rfc850). As input, this will have precedence over the timestamp value. |`"Friday, 23-May-14 14:56:14 GMT+0000"`|
57+
|Key|Type|Description|Example|
58+
|------|------|------|------|
59+
|`timestamp`|`integer`|Time information in [Unix format timestamp](https://en.wikipedia.org/wiki/Unix_time).|`1400856992`|
60+
|`rfc850`|`string`|Time information as a string in [RFC 850 date format](https://datatracker.ietf.org/doc/html/rfc850). As input, this will have precedence over the timestamp value.|`"Friday, 23-May-14 14:56:14 GMT+0000"`|
6161

6262
``` php
6363
$hash = [

docs/api/field_types_reference/datefield.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ The constructor for this value object will initialize a new Value object with t
5555

5656
Hash value of this Field Type is an array with two keys:
5757

58-
|Key|Type| Description |Example|
59-
|------|------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
60-
|`timestamp`|`integer`| Time information in [unix format timestamp](https://en.wikipedia.org/wiki/Unix_time). |`1400856992`|
61-
|`rfc850`|`string`| Time information as a string in [RFC 850 date format](https://datatracker.ietf.org/doc/html/rfc850). As input, this will have higher precedence over the timestamp value. |`"Friday, 23-May-14 14:56:14 GMT+0000"`|
58+
|Key|Type|Description|Example|
59+
|------|------|------|------|
60+
|`timestamp`|`integer`|Time information in [unix format timestamp](https://en.wikipedia.org/wiki/Unix_time).|`1400856992`|
61+
|`rfc850`|`string`|Time information as a string in [RFC 850 date format](https://datatracker.ietf.org/doc/html/rfc850). As input, this will have higher precedence over the timestamp value.|`"Friday, 23-May-14 14:56:14 GMT+0000"`|
6262

6363
``` php
6464
// Example of the hash value in PHP

0 commit comments

Comments
 (0)