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

BUG?: $time.toString("d") #6

Open
jaandrle opened this issue Jun 24, 2020 · 0 comments
Open

BUG?: $time.toString("d") #6

jaandrle opened this issue Jun 24, 2020 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@jaandrle
Copy link
Owner

jaandrle commented Jun 24, 2020

Originally: https://github.com/jaandrle/DHLC-Internet-Networking/commit/3e1a57dfdef5d892113a46f006bbe2806941fe7b

//not work
day_in_week= $function.sequention( $time.toString("d"), Number, v=>--v )(date_time_array), //Mo===0
//workaround
day_in_week= $function.sequention( $time.toString("d"), Number, v=> $array.arrayIndex(0, --v, 7) )(date_time_array), //Mo===0
@jaandrle jaandrle added bug Something isn't working question Further information is requested labels Jun 24, 2020
jaandrle added a commit that referenced this issue Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant