mirror of https://github.com/vapor/docs.git
.time is not actually supported, stop claiming it is
This commit is contained in:
parent
1144d52f37
commit
cc19716ec7
|
|
@ -74,7 +74,6 @@ Debajo hay un listado con los tipos de datos soportados.
|
|||
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
|
||||
|`.bool`|`Bool`|
|
||||
|`.datetime`|`Date` (recomendado)|
|
||||
|`.time`|`Date` (omitiendo día, mes y año)|
|
||||
|`.date`|`Date` (omitiendo hora y minutos del día)|
|
||||
|`.float`|`Float`|
|
||||
|`.double`|`Double`|
|
||||
|
|
|
|||
Loading…
Reference in New Issue