Daneil Pan
Daneil Pan
@kchiragowni This picker is not yet supported multiple date time, but it will be in my next big update
I just open you demo page, it works fine and not the way you described
This is what I have 
@JohnCashmore That's odd. I could not debug it as I could not reproduce the issue you described. PS: what app you use to create your GIF? Your GIF is way...
Thanks man. I tested it in Chrome, Firefox and Safari. I used your app, and here is a better version of the demo 
@JohnCashmore Apparently not. It is MM/DD/YYYY, according to Javascript Intl. Without the picker, if just use Javascript Intl to see the result: ``` const moment = new Date(); const dtf...
@JohnCashmore That's weird. I have a totally different result from yours. I guess it might something relative to our own locale. I means I am testing this in Sydney, Australia....
@tomnguyen2017 In this case, you might consider to use OwlMomentDateTimeModule to let MomentJS to handle the locale.
I have the same issue with [my package](https://github.com/DanielYKPan/ng2-date-time-picker/issues/6). To fix the issue, is it just compile my package by doing AOT compilation using the ngc compilers instead of the tsc...