Skip to content

🐛 Bug Report: Documentation Models Attribute Datetime #5272

@YaMiSt

Description

@YaMiSt

👟 Reproduction steps

Go to: https://appwrite.io/docs/models/attributeDatetime

I think the example on the website is wrong, because I got an error from appwlite cli:

{ "key": "birthDay", "type": "2020-10-15T06:38:00.000+00:00", "status": "available", "required": true, "array": false, "format": "datetime", "default": "2020-10-15T06:38:00.000+00:00" }

👍 Expected behavior

It should be (is there a format possible?):

{ "key": "birthDay", "type": "datetime", "status": "available", "required": true, "array": false, "default": "2020-10-15T06:38:00.000+00:00" }

👎 Actual Behavior

Actually i got an error from the console.

🎲 Appwrite version

Version 1.2.x

💻 Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomersproduct / docsFixes and upgrades for the Appwrite Docs.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions