We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the javascript SDK to add pages to a database. The 'title' of the page is a unique identifier that consist of:
two digits - three letters - then four digits
One of these unique identifier is fomatted in the following way.
22-MAY-1390
Which looks like a date but is truly just random. The Title Field request is formatted as follows:
{ title: [{ "type": "text", "text": { "content": "22-MAY-1390" } }] }
When I look in Notion the Title appears as: 1390-05-22T00:00:00Z
Node version: 20.10.0 Notion JS library version: 2.2.3
Just curious if I'm formatting the request wrong as it's converting to a date/time stamp? or if anyone had any other thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using the javascript SDK to add pages to a database. The 'title' of the page is a unique identifier that consist of:
two digits - three letters - then four digits
One of these unique identifier is fomatted in the following way.
22-MAY-1390
Which looks like a date but is truly just random. The Title Field request is formatted as follows:
When I look in Notion the Title appears as: 1390-05-22T00:00:00Z
Node version: 20.10.0
Notion JS library version: 2.2.3
Just curious if I'm formatting the request wrong as it's converting to a date/time stamp? or if anyone had any other thoughts?
The text was updated successfully, but these errors were encountered: