-
I don't know how to put the date for this or any other function in. Can someone please help me? |
Beta Was this translation helpful? Give feedback.
Answered by
luwol03
Feb 26, 2022
Replies: 1 comment 1 reply
-
You can just pass normal js date objects to the functions. Under the hood is a function which converts js date objects into untis dates. This function is also exported from the libary. See |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Falcon23K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just pass normal js date objects to the functions. Under the hood is a function which converts js date objects into untis dates. This function is also exported from the libary. See