Skip to content
New issue

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

What is time parameter? #124

Open
FCG-labs opened this issue Aug 1, 2024 · 1 comment
Open

What is time parameter? #124

FCG-labs opened this issue Aug 1, 2024 · 1 comment
Labels
Type: question Further information is requested

Comments

@FCG-labs
Copy link

FCG-labs commented Aug 1, 2024

스크린샷 2024-08-01 오전 10 29 31

...
await initialize();
await insertRecords([
{recordType: 'BodyFat', percentage: weightData.bodyFatPercent, time:moment().format('YYYY/MM/DDTHH:mm:ss')},
])
...

how can i coding the "time" parameters.

@matinzd matinzd added Type: question Further information is requested and removed Type: bug labels Aug 1, 2024
@matinzd
Copy link
Owner

matinzd commented Aug 1, 2024

It's date time formatted in ISO-8601.

Example: 2024-08-01T12:24:56.004Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants