Skip to content

Commit aa53ca2

Browse files
author
Kevin Delisle
authored
types: add DateString type (#373)
1 parent 63d5313 commit aa53ca2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/en/lb3/LoopBack-types.md

+11
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ The following table summarizes LoopBack's data types.
6464
<pre>new GeoPoint({lat: 10.32424, lng: 5.84978});</pre>
6565
</td>
6666
</tr>
67+
<tr>
68+
<td>DateString</td>
69+
<td>
70+
<p>LoopBack<a href="http://apidocs.strongloop.com/loopback-datasource-juggler/#datestring" class="external-link" rel="nofollow"> DateString</a> object</p>
71+
</td>
72+
<td>
73+
<p><code>"2000-01-01T00:00:00.000Z"</code></p>
74+
<p><code>"2000-01-01"</code></p>
75+
<p><code>"2000-01-01 12:00:00"</code></p>
76+
</td>
77+
</tr>
6778
<tr>
6879
<td>null</td>
6980
<td>JSON null</td>

0 commit comments

Comments
 (0)