use DateTime
Opened this issue · 2 comments
fponticelli commented
This looks like a great library. If you want to use a more feature complete Date object you can use thx.DateTime
and thx.DateTimeUtc
. Feel free to ignore this advice.
The mentioned types can be found here: https://github.com/fponticelli/thx.core
ypid commented
Thanks very much for the hint. I will check it out more closely. This should also address the issue I saw for porting opening_hours.js to Haxe. Thanks 👍
fponticelli commented
Let me know if you need any help on that.