Closed ajaxovic closed 3 years ago
use endDt.toJSDate().getTime()
Ah, ok, it works. It was confusing for me, I just found method timestamp()
in code and use it. Maybe some little page about datetime
in doc? :)
Again, thank you for this great library
Maybe some little page about datetime in doc? :)
Yes, I will add a page about DateTime
soon.
Method datetime.timestamp() returns time always at 00:00
I have a code:
Output looks like this:
In my point of view, returned timestamp should not be forced to start of day. Please, consider to fix it and thank you for your work.